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/core/java/android/content/
SyncOperation.java
39
public long
effectiveRunTime
;
138
effectiveRunTime
= ignoreBackoff()
152
if (
effectiveRunTime
== other.
effectiveRunTime
) {
156
return
effectiveRunTime
< other.
effectiveRunTime
? -1 : 1;
SyncQueue.java
180
if (operation.
effectiveRunTime
<= now) {
183
sb.append(DateUtils.formatElapsedTime((operation.
effectiveRunTime
- now) / 1000));
SyncManager.java
[
all
...]
Completed in 1486 milliseconds