Searched refs:TARGET_STUB_SHARED_USER_APK (Results 1 – 2 of 2) sorted by relevance
25 import static android.appenumeration.cts.Constants.TARGET_STUB_SHARED_USER_APK;267 installPackage(TARGET_STUB_SHARED_USER_APK); in testCheckUidSignatures_cannotDetectStubPkgs()283 installPackage(TARGET_STUB_SHARED_USER_APK); in testHasUidSigningCertificate_cannotDetectStubPkgs()307 installPackage(TARGET_STUB_SHARED_USER_APK); in testGetNameForUid_cannotDetectStubPkgs()323 installPackage(TARGET_STUB_SHARED_USER_APK); in testGetNamesForUids_cannotDetectStubPkgs()545 installPackageForUser(TARGET_STUB_SHARED_USER_APK, mOtherUser); in testCanPackageQuery_cannotDetectStubPkg()
151 public static final String TARGET_STUB_SHARED_USER_APK = field in Constants