Searched refs:APP1_PACKAGE (Results 1 – 2 of 2) sorted by relevance
20 import static android.content.syncmanager.cts.common.Values.APP1_PACKAGE;104 AmUtils.setStandbyBucket(APP1_PACKAGE, UsageStatsManager.STANDBY_BUCKET_ACTIVE); in setUp()111 mRpc.invoke(APP1_PACKAGE, rb -> in setUp()151 mRpc.invoke(APP1_PACKAGE, in removeAllAccounts()172 mRpc.invoke(APP1_PACKAGE, in addAccountAndLetInitialSyncRun()188 mRpc.invoke(APP1_PACKAGE, rb -> rb.setClearSyncInvocations( in testInitialSync()196 Response res = mRpc.invoke(APP1_PACKAGE, in testInitialSync()220 clearSyncInvocations(APP1_PACKAGE); in testSoftErrorRetriesActiveApp()222 AmUtils.setStandbyBucket(APP1_PACKAGE, UsageStatsManager.STANDBY_BUCKET_ACTIVE); in testSoftErrorRetriesActiveApp()225 mRpc.invoke(APP1_PACKAGE, rb -> in testSoftErrorRetriesActiveApp()[all …]
22 public static final String APP1_PACKAGE = "android.content.syncmanager.cts.app1"; field in Values25 public static final Account ACCOUNT_1_A = new Account("accountA", APP1_PACKAGE);32 public static final ComponentName APP1_RECEIVER = getCommReceiver(APP1_PACKAGE);