Searched refs:TARGET_PKG_A (Results 1 – 4 of 4) sorted by relevance
/cts/hostsidetests/appsearch/src/android/appsearch/cts/ |
D | AppSearchHostTestBase.java | 31 protected static final String TARGET_PKG_A = "android.appsearch.app.helper_a"; field in AppSearchHostTestBase 32 protected static final String TEST_CLASS_A = TARGET_PKG_A + ".AppSearchDeviceTest"; 34 TARGET_PKG_A + ".AppSearchStorageAugmenterDeviceTest"; 36 TARGET_PKG_A + ".ContactsIndexerDeviceTest"; 38 TARGET_PKG_A + ".EnterpriseContactsDeviceTest"; 50 runDeviceTests(getDevice(), TARGET_PKG_A, TEST_CLASS_A, testMethod, userId, in runDeviceTestAsUserInPkgA() local 56 DeviceTestRunOptions deviceTestRunOptions = new DeviceTestRunOptions(TARGET_PKG_A) in runDeviceTestAsUserInPkgA() 71 runDeviceTests(getDevice(), TARGET_PKG_A, TEST_STORAGE_AUGMENTER_CLASS_A, in runStorageAugmenterDeviceTestAsUserInPkgA() local 77 DeviceTestRunOptions deviceTestRunOptions = new DeviceTestRunOptions(TARGET_PKG_A) in runContactsIndexerDeviceTestAsUserInPkgA() 91 DeviceTestRunOptions deviceTestRunOptions = new DeviceTestRunOptions(TARGET_PKG_A) in runEnterpriseContactsDeviceTestAsUserInPkgA()
|
D | AppSearchInstantAppTest.java | 46 private static final String TARGET_PKG_A = "android.appsearch.app.helper_a"; field in AppSearchInstantAppTest 47 private static final String TEST_CLASS_A = TARGET_PKG_A + ".AppSearchInstantAppTest"; 55 runDeviceTests(getDevice(), TARGET_PKG_A, TEST_CLASS_A, testMethod, userId, in runDeviceTestAsUserInPkgA() local 62 uninstallPackage(TARGET_PKG_A); in setUp() 68 uninstallPackage(TARGET_PKG_A); in tearDown()
|
D | AppSearchPackageTest.java | 56 uninstallPackage(TARGET_PKG_A); in tearDown() 67 assertThat(uninstallPackage(TARGET_PKG_A)).isNull(); in testPackageRemove() 95 uninstallPackage(TARGET_PKG_A); in testPackageUninstall_immediatelyReboot()
|
D | AppSearchMultiUserTest.java | 125 uninstallPackage(TARGET_PKG_A); in testPackageUninstall_onLockedUser()
|