HomeSort by relevance Sort by last modified time
    Searched full:expedited (Results 1 - 25 of 25) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncOperationTest.java 128 // Interval equivalent to op1, but expedited.
140 assertEquals("Expedited not smaller than non-expedited.", -1, op1.compareTo(op3));
141 assertEquals("Greater than not transitive for expedited. ", 1, op3.compareTo(op1));
SyncStorageEngineTest.java 114 assertEquals(pop.expedited, popRetrieved.expedited);
    [all...]
  /frameworks/base/services/java/com/android/server/content/
SyncOperation.java 70 private final boolean expedited; field in class:SyncOperation
107 this.expedited = true;
112 this.expedited = false;
129 this.expedited = other.expedited;
183 if (expedited) {
184 sb.append(", EXPEDITED");
229 return expedited;
286 if (expedited != other.expedited) {
    [all...]
SyncQueue.java 76 op.expedited ? -1: 0 /* delay */, 0 /* flex */, backoff != null ? backoff.first : 0,
97 // Complications: what if the existing operation is expedited but the new operation has an
98 // earlier run time? Will not be a problem for periodic syncs (no expedited flag), and for
SyncStorageEngine.java 166 final boolean expedited; field in class:SyncStorageEngine.PendingOperation
172 String authority, Bundle extras, boolean expedited) {
179 this.expedited = expedited;
192 this.expedited = other.expedited;
    [all...]
SyncManager.java 601 Boolean expedited = extras.getBoolean(ContentResolver.SYNC_EXTRAS_EXPEDITED, false); local
602 if (expedited) {
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
x25.h 120 __u8 expedited; member in struct:x25_dte_facilities
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
x25.h 120 __u8 expedited; member in struct:x25_dte_facilities
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
x25.h 120 __u8 expedited; member in struct:x25_dte_facilities
  /frameworks/base/core/java/android/content/
SyncRequest.java 74 * @return whether this is an expedited sync.
282 /** This sync will run in preference to other non-expedited syncs. */
522 * An expedited sync runs immediately and will preempt another non-expedited running sync.
527 * @param expedited whether to run expedited. Default false.
529 public Builder setExpedited(boolean expedited) {
530 mExpedited = expedited;
ContentResolver.java 79 public static final String SYNC_EXTRAS_EXPEDITED = "expedited";
    [all...]
  /frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
RequestSync.java 107 } else if (opt.equals("--ex") || opt.equals("--expedited")) {
222 " --ex|--expedited: Add SYNC_EXTRAS_EXPEDITED\n" +
  /external/strace/
stream.c 845 case T_EXDATA_REQ: /* expedited data req */
925 case T_EXDATA_IND: /* expedited data ind */
  /external/smack/src/org/xbill/DNS/
WKSRecord.java 409 /** HYDRA Expedited Remote Procedure */
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h     [all...]
  /external/srec/config/en.us/dictionary/
large.ok     [all...]
  /frameworks/base/api/
current.txt     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/api/
14.txt     [all...]
15.txt     [all...]
16.txt     [all...]
17.txt     [all...]
18.txt     [all...]
19.txt     [all...]

Completed in 1977 milliseconds