Home
last modified time | relevance | path

Searched refs:APP1_AUTHORITY (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/syncmanager/src/android/content/syncmanager/cts/
DCtsSyncManagerTest.java19 import static android.content.syncmanager.cts.common.Values.APP1_AUTHORITY;
192 addAccountAndLetInitialSyncRun(ACCOUNT_1_A, APP1_AUTHORITY); in testInitialSync()
204 assertEquals(APP1_AUTHORITY, si.getAuthority()); in testInitialSync()
216 addAccountAndLetInitialSyncRun(ACCOUNT_1_A, APP1_AUTHORITY); in testSoftErrorRetriesActiveApp()
232 ContentResolver.requestSync(ACCOUNT_1_A, APP1_AUTHORITY, b); in testSoftErrorRetriesActiveApp()
251 addAccountAndLetInitialSyncRun(ACCOUNT_1_A, APP1_AUTHORITY); in testExpeditedJobSync()
262 ContentResolver.requestSync(ACCOUNT_1_A, APP1_AUTHORITY, b); in testExpeditedJobSync()
281 addAccountAndLetInitialSyncRun(ACCOUNT_1_A, APP1_AUTHORITY); in testExpeditedJobSync_InDoze()
293 ContentResolver.requestSync(ACCOUNT_1_A, APP1_AUTHORITY, b); in testExpeditedJobSync_InDoze()
313 addAccountAndLetInitialSyncRun(ACCOUNT_1_A, APP1_AUTHORITY); in testInitialSyncInNeverBucket()
[all …]
/cts/tests/tests/syncmanager/common/src/android/content/syncmanager/cts/common/
DValues.java27 public static final String APP1_AUTHORITY = "android.content.syncmanager.cts.app.provider1"; field in Values