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

1 2

  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncOperationTest.java 141 // Interval equivalent to op1, but expedited.
153 assertTrue("Expedited sync not smaller than non-expedited.", op1.compareTo(op3) == 1);
174 // Copying an expedited sync to be re-run should not keep expedited property.
175 assertFalse("A rescheduled sync based off an expedited should not be expedited!",
177 assertFalse("A rescheduled sync based off an expedited should not have expedited=true in"
SyncStorageEngineTest.java 119 true /* expedited */);
134 assertEquals(sop.isExpedited(), popRetrieved.expedited);
147 true /* expedited */);
153 false /* expedited */);
159 false /* expedited */);
172 assertEquals(deleted.isExpedited(), popDeleted.expedited);
195 assertEquals(sop.isExpedited(), popRetrieved.expedited);
205 assertEquals(sop1.isExpedited(), popRetrieved.expedited);
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
SyncOperation.java 72 private final boolean expedited; field in class:SyncOperation
120 // Set expedited based on runTimeFromNow. The SyncManager specifies whether the op is
121 // expedited (Not done solely based on bundle).
123 this.expedited = true;
131 this.expedited = false;
223 if (expedited) {
224 sb.append(", EXPEDITED");
265 return expedited;
358 if (expedited != other.expedited) {
    [all...]
SyncQueue.java 79 op.expedited ? -1 : 0 /* delay */,
98 op.expedited ? -1 : 0 /* delay */,
121 // Complications: what if the existing operation is expedited but the new operation has an
122 // 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
174 Bundle extras, boolean expedited) {
179 this.expedited = expedited;
189 this.expedited = other.expedited;
    [all...]
SyncManager.java 563 Boolean expedited = extras.getBoolean(ContentResolver.SYNC_EXTRAS_EXPEDITED, false); local
564 if (expedited) {
664 Boolean expedited = extras.getBoolean(ContentResolver.SYNC_EXTRAS_EXPEDITED, false); local
665 if (expedited) {
    [all...]
  /frameworks/base/core/java/android/content/
SyncRequest.java 67 * @return whether this sync is expedited.
236 /** This sync will run in preference to other non-expedited syncs. */
469 * An expedited sync runs immediately and can preempt other non-expedited running syncs.
474 * @param expedited whether to run expedited. Default false.
476 public Builder setExpedited(boolean expedited) {
477 mExpedited = expedited;
ContentResolver.java 80 public static final String SYNC_EXTRAS_EXPEDITED = "expedited";
    [all...]
  /external/kernel-headers/original/uapi/linux/
x25.h 122 __u8 expedited; member in struct:x25_dte_facilities
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/sysroot/usr/include/linux/
x25.h 120 __u8 expedited; member in struct:x25_dte_facilities
  /bionic/libc/kernel/uapi/linux/
x25.h 95 __u8 expedited; member in struct:x25_dte_facilities
  /development/ndk/platforms/android-L/include/linux/
x25.h 95 __u8 expedited; member in struct:x25_dte_facilities
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
x25.h 95 __u8 expedited; member in struct:x25_dte_facilities
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
x25.h 95 __u8 expedited; member in struct:x25_dte_facilities
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
x25.h 95 __u8 expedited; member in struct:x25_dte_facilities
  /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/lldb/source/Plugins/Process/MacOSX-Kernel/
ThreadKDP.cpp 74 // that were expedited and these will already be copied into the register
  /external/lldb/source/Plugins/Process/gdb-remote/
ThreadGDBRemote.cpp 128 // that were expedited and these will already be copied into the register
ProcessGDBRemote.cpp     [all...]
  /external/lldb/source/Plugins/Process/mach-core/
ThreadMachCore.cpp 66 // that were expedited and these will already be copied into the register
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_mbuf.h 320 #define MT_OOBDATA 15 /* expedited data */
  /external/lldb/source/Plugins/Process/POSIX/
POSIXThread.cpp 88 // that were expedited and these will already be copied into the register
  /external/smack/src/org/xbill/DNS/
WKSRecord.java 409 /** HYDRA Expedited Remote Procedure */
  /external/lldb/tools/debugserver/source/
ChangeLog 238 registers which are to be expedited in the T packets.
    [all...]

Completed in 2670 milliseconds

1 2