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

  /frameworks/base/services/java/com/android/server/content/
SyncOperation.java 59 public boolean expedited; field in class:SyncOperation
87 this.expedited = true;
90 this.expedited = false;
110 this.expedited = other.expedited;
136 if (expedited) {
137 sb.append(", EXPEDITED");
214 if (expedited != other.expedited) {
215 return expedited ? -1 : 1
    [all...]
SyncQueue.java 79 syncOperation.expedited = op.expedited;
101 if (existingOperation.expedited == operation.expedited) {
109 if (operation.expedited) {
110 existingOperation.expedited = true;
121 operation.authority, operation.extras, operation.expedited);
SyncStorageEngine.java 156 final boolean expedited; field in class:SyncStorageEngine.PendingOperation
162 String authority, Bundle extras, boolean expedited) {
169 this.expedited = expedited;
181 this.expedited = other.expedited;
    [all...]
SyncManager.java 582 Boolean expedited = extras.getBoolean(ContentResolver.SYNC_EXTRAS_EXPEDITED, false); local
583 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

Completed in 230 milliseconds