OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:runtimeMillis
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/java/com/android/server/content/
ContentService.java
413
long
runtimeMillis
= runAtTime * 1000;
416
beforeRuntimeMillis,
runtimeMillis
,
[
all
...]
SyncManager.java
640
* @param beforeRunTimeMillis milliseconds before <code>
runtimeMillis
</code> that this sync may
642
* @param
runtimeMillis
milliseconds from now by which this sync must be run.
645
long beforeRunTimeMillis, long
runtimeMillis
) {
653
runtimeMillis
= -1; // this means schedule at the front of the queue
685
+ ", run by " +
runtimeMillis
693
runtimeMillis
/* runtime */,
736
* @param beforeRuntimeMillis milliseconds before
runtimeMillis
that this sync can run.
737
* @param
runtimeMillis
maximum milliseconds in the future to wait before performing sync.
742
long
runtimeMillis
, boolean onlyThoseWithUnkownSyncableState) {
754
runtimeMillis
= -1; // this means schedule at the front of the queu
[
all
...]
Completed in 510 milliseconds