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

  /frameworks/base/core/java/android/content/
SyncOperation.java 34 public boolean expedited; field in class:SyncOperation
53 this.expedited = true;
56 this.expedited = false;
73 this.expedited = other.expedited;
86 sb.append(" expedited: ").append(expedited);
SyncQueue.java 52 syncOperation.expedited = op.expedited;
74 if (existingOperation.expedited == operation.expedited) {
82 if (operation.expedited) {
83 existingOperation.expedited = true;
94 operation.authority, operation.extras, operation.expedited);
125 * expedited operations.
150 // else, if the expedited state differs, make the current the best if it is expedited
    [all...]
SyncStorageEngine.java 139 final boolean expedited; field in class:SyncStorageEngine.PendingOperation
145 String authority, Bundle extras, boolean expedited) {
150 this.expedited = expedited;
160 this.expedited = other.expedited;
    [all...]
SyncManager.java 523 Boolean expedited = extras.getBoolean(ContentResolver.SYNC_EXTRAS_EXPEDITED, false); local
524 if (expedited) {
759 // If this operation is expedited and there is a sync in progress then
    [all...]
ContentResolver.java 63 public static final String SYNC_EXTRAS_EXPEDITED = "expedited";
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/
SyncQueueTest.java 58 op6.expedited = true;
101 op6.expedited = true;
  /external/strace/
stream.c 741 case T_EXDATA_REQ: /* expedited data req */
821 case T_EXDATA_IND: /* expedited data ind */
  /external/srec/config/en.us/dictionary/
large.ok     [all...]
  /prebuilt/sdk/6/
android.jar 

Completed in 111 milliseconds