HomeSort by relevance Sort by last modified time
    Searched refs:expectedRuntime (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/java/com/android/server/content/
SyncOperation.java 89 * Used when duplicate pending syncs are present. The one with the lowest expectedRuntime
92 public long expectedRuntime;
229 jobInfoExtras.putLong("expectedRuntime", expectedRuntime);
289 op.expectedRuntime = jobExtras.getLong("expectedRuntime");
SyncManager.java     [all...]
  /external/deqp/scripts/
mustpass.py 52 self.expectedRuntime = runtime
388 if config.expectedRuntime != None:
389 addOptionElement(testElement, "runtime-hint", config.expectedRuntime)

Completed in 1009 milliseconds