Searched refs:TARGET_STUB_APK (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/ |
D | CrossUserPackageVisibilityTests.java | 23 import static android.appenumeration.cts.Constants.TARGET_STUB_APK; 125 installPackageForUser(TARGET_STUB_APK, mOtherUser); in testIsPackageSuspended_cannotDetectStubPkg() 136 installPackageForUser(TARGET_STUB_APK, mOtherUser); in testGetTargetSdkVersion_cannotDetectStubPkg() 150 installPackageForUser(TARGET_STUB_APK, mOtherUser); in testCheckSignatures_cannotDetectStubPkg() 162 installPackageForUser(TARGET_STUB_APK, mOtherUser); in testGetAllIntentFilters_cannotDetectStubPkg() 172 installPackageForUser(TARGET_STUB_APK, mOtherUser); in testGetInstallerPackageName_cannotDetectStubPkg() 183 installPackageForUser(TARGET_STUB_APK, mOtherUser); in testGetInstallSourceInfo_cannotDetectStubPkg() 194 installPackageForUser(TARGET_STUB_APK, mOtherUser); in testGetApplicationEnabledSetting_cannotDetectStubPkg() 223 installPackageForUser(TARGET_STUB_APK, mOtherUser); in testGetComponentEnabledSetting_cannotDetectStubPkg() 238 installPackageForUser(TARGET_STUB_APK, mOtherUser); in testSetApplicationEnabledSetting_cannotDetectStubPkg() [all …]
|
D | AccountManagerEnumerationTest.java | 25 import static android.appenumeration.cts.Constants.TARGET_STUB_APK; 66 ensurePackageIsInstalled(TARGET_STUB, TARGET_STUB_APK); in prepareApps()
|
D | LauncherAppsEnumerationTests.java | 43 import static android.appenumeration.cts.Constants.TARGET_STUB_APK; 102 installPackage(TARGET_STUB_APK); in callback_added_notVisibleNotReceives() 115 installPackage(TARGET_STUB_APK); in callback_added_visibleReceives() 126 ensurePackageIsInstalled(TARGET_STUB, TARGET_STUB_APK); in callback_removed_notVisibleNotReceives() 139 ensurePackageIsInstalled(TARGET_STUB, TARGET_STUB_APK); in callback_removed_visibleReceives()
|
D | AppEnumerationTests.java | 124 import static android.appenumeration.cts.Constants.TARGET_STUB_APK; 307 ensurePackageIsInstalled(TARGET_STUB, TARGET_STUB_APK); in startExplicitly_activityPermissionProtected_canSeeTarget() 317 ensurePackageIsInstalled(TARGET_STUB, TARGET_STUB_APK); in startExplicitly_activityPermissionProtected_cannotSeeTarget() 880 ensurePackageIsInstalled(TARGET_STUB, TARGET_STUB_APK); in uninstallTarget_broadcastRemoved_notVisibleDoesNotReceive() 895 ensurePackageIsInstalled(TARGET_STUB, TARGET_STUB_APK); in uninstallTarget_broadcastRemoved_visibleReceives() 911 ensurePackageIsInstalled(TARGET_STUB, TARGET_STUB_APK); in uninstallTarget_broadcastFullyRemoved_notVisibleDoesNotReceive() 926 ensurePackageIsInstalled(TARGET_STUB, TARGET_STUB_APK); in uninstallTarget_broadcastFullyRemoved_visibleReceives() 942 ensurePackageIsInstalled(TARGET_STUB, TARGET_STUB_APK); in clearTargetData_broadcastDataCleared_notVisibleDoesNotReceive() 957 ensurePackageIsInstalled(TARGET_STUB, TARGET_STUB_APK); in clearTargetData_broadcastDataCleared_visibleReceives() 1263 ensurePackageIsInstalled(TARGET_STUB, TARGET_STUB_APK); in canPackageQuery_cannotDetectPackageExistence() [all …]
|
/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/ |
D | Constants.java | 150 public static final String TARGET_STUB_APK = BASE_PATH + "CtsAppEnumerationStub.apk"; field in Constants
|