OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:effectiveRunTime
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/java/com/android/server/content/
SyncOperation.java
82
public long
effectiveRunTime
;
83
/** Amount of time before {@link #
effectiveRunTime
} from which this sync can run. */
273
effectiveRunTime
= ignoreBackoff() ?
289
long thisIntervalStart = Math.max(
effectiveRunTime
- flexTime, 0);
291
other.
effectiveRunTime
- other.flexTime, 0);
SyncQueue.java
219
if (operation.
effectiveRunTime
<= now) {
222
sb.append(DateUtils.formatElapsedTime((operation.
effectiveRunTime
- now) / 1000));
SyncManager.java
[
all
...]
Completed in 471 milliseconds