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

  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncOperationTest.java 64 ContentResolver.SYNC_EXEMPTION_NONE);
73 ContentResolver.SYNC_EXEMPTION_NONE);
82 ContentResolver.SYNC_EXEMPTION_NONE);
91 ContentResolver.SYNC_EXEMPTION_NONE);
100 ContentResolver.SYNC_EXEMPTION_NONE);
121 ContentResolver.SYNC_EXEMPTION_NONE);
149 ContentResolver.SYNC_EXEMPTION_NONE);
  /frameworks/base/services/core/java/com/android/server/content/
SyncOperation.java 122 periodMillis, flexMillis, ContentResolver.SYNC_EXEMPTION_NONE);
152 periodMillis, flexMillis, ContentResolver.SYNC_EXEMPTION_NONE);
280 ContentResolver.SYNC_EXEMPTION_NONE);
391 case ContentResolver.SYNC_EXEMPTION_NONE:
490 return syncExemptionFlag != ContentResolver.SYNC_EXEMPTION_NONE;
SyncManager.java 633 ContentResolver.SYNC_EXEMPTION_NONE);
686 ContentResolver.SYNC_EXEMPTION_NONE);
    [all...]
SyncStorageEngine.java 780 ContentResolver.SYNC_EXEMPTION_NONE);
    [all...]
ContentService.java     [all...]
  /frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
RequestSync.java 33 private int mExemptionFlag = ContentResolver.SYNC_EXEMPTION_NONE;
41 if (flag == ContentResolver.SYNC_EXEMPTION_NONE) {
  /frameworks/base/core/java/android/content/
ContentResolver.java 520 public static final int SYNC_EXEMPTION_NONE = 0;
550 SYNC_EXEMPTION_NONE,
    [all...]

Completed in 174 milliseconds