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

  /cts/tests/tests/content/src/android/content/cts/
DeferSyncTest.java 20 import static com.android.cts.content.Utils.NOT_ALWAYS_SYNCABLE_AUTHORITY;
93 requestSync(NOT_ALWAYS_SYNCABLE_AUTHORITY);
119 ContentResolver.setIsSyncable(account.account, NOT_ALWAYS_SYNCABLE_AUTHORITY, 1);
120 requestSync(NOT_ALWAYS_SYNCABLE_AUTHORITY);
145 requestSync(NOT_ALWAYS_SYNCABLE_AUTHORITY);
  /cts/tests/tests/content/lib/accountaccess/src/com.android.cts.content/
Utils.java 35 public static final String NOT_ALWAYS_SYNCABLE_AUTHORITY = "com.android.cts.stub.provider2";

Completed in 120 milliseconds