Home
last modified time | relevance | path

Searched refs:TARGET_PKG_A (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/appsearch/src/android/appsearch/cts/
DAppSearchHostTestBase.java31 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()
DAppSearchInstantAppTest.java46 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()
DAppSearchPackageTest.java56 uninstallPackage(TARGET_PKG_A); in tearDown()
67 assertThat(uninstallPackage(TARGET_PKG_A)).isNull(); in testPackageRemove()
95 uninstallPackage(TARGET_PKG_A); in testPackageUninstall_immediatelyReboot()
DAppSearchMultiUserTest.java125 uninstallPackage(TARGET_PKG_A); in testPackageUninstall_onLockedUser()