Home
last modified time | relevance | path

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

/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DConstants.java128 public static final String TARGET_STUB_APK = BASE_PATH + "CtsAppEnumerationStub.apk"; field in Constants
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAppEnumerationTests.java105 import static android.appenumeration.cts.Constants.TARGET_STUB_APK;
734 ensurePackageIsInstalled(TARGET_STUB, TARGET_STUB_APK); in uninstallTarget_broadcastRemoved_notVisibleDoesNotReceive()
749 ensurePackageIsInstalled(TARGET_STUB, TARGET_STUB_APK); in uninstallTarget_broadcastRemoved_visibleReceives()
789 runShellCommand("pm install " + TARGET_STUB_APK); in launcherAppsCallback_added_notVisibleNotReceives()
802 runShellCommand("pm install " + TARGET_STUB_APK); in launcherAppsCallback_added_visibleReceives()
812 ensurePackageIsInstalled(TARGET_STUB, TARGET_STUB_APK); in launcherAppsCallback_removed_notVisibleNotReceives()
825 ensurePackageIsInstalled(TARGET_STUB, TARGET_STUB_APK); in launcherAppsCallback_removed_visibleReceives()