JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.twitter.sdk.android.core.internal
Interface CurrentTimeProvider
All Known Implementing Classes:
SystemCurrentTimeProvider
public interface
CurrentTimeProvider
Internal interface representing a time source. Useful for mocking out in tests so that system time can be fixed and simulated.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
long
getCurrentTimeMillis
()
Method Detail
getCurrentTimeMillis
long getCurrentTimeMillis()
Returns:
the current time in milliseconds
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method