OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:backoffTime
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/java/com/android/server/content/
SyncStorageEngine.java
215
long
backoffTime
;
234
backoffTime
= toCopy.
backoffTime
;
261
backoffTime
= -1; // if < 0 then we aren't in backoff mode
287
backoffTime
= -1; // if < 0 then we aren't in backoff mode
660
if (authority == null || authority.
backoffTime
< 0) {
663
return Pair.create(authority.
backoffTime
, authority.backoffDelay);
687
if (authorityInfo.
backoffTime
!= nextSyncTime
689
authorityInfo.
backoffTime
= nextSyncTime;
699
if (authority.
backoffTime
== nextSyncTime && authority.backoffDelay == nextDelay)
[
all
...]
SyncManager.java
706
final long
backoffTime
= backoff != null ? backoff.first : 0;
723
backoffTime
, delayUntil, allowParallelSyncs));
739
backoffTime
, delayUntil, allowParallelSyncs));
[
all
...]
/frameworks/base/services/java/com/android/server/pm/
UserManagerService.java
[
all
...]
Completed in 979 milliseconds