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

  /frameworks/base/services/java/com/android/server/content/
SyncOperation.java 69 public boolean expedited; field in class:SyncOperation
102 this.expedited = true;
106 this.expedited = false;
150 this.expedited = other.expedited;
177 if (expedited) {
178 sb.append(", EXPEDITED");
223 return extras.getBoolean(ContentResolver.SYNC_EXTRAS_EXPEDITED, false) || expedited;
280 if (expedited != other.expedited) {
    [all...]
SyncQueue.java 79 syncOperation.expedited = op.expedited;
98 // Complications: what if the existing operation is expedited but the new operation has an
99 // earlier run time? Will not be a problem for periodic syncs (no expedited flag), and for
107 existingOperation.expedited = operation.expedited;
126 operation.authority, operation.extras, operation.expedited);
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;
  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncStorageEngineTest.java 114 assertEquals(pop.expedited, popRetrieved.expedited);
    [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 240 milliseconds