Searched refs:TARGET_STUB_SHARED_USER (Results 1 – 2 of 2) sorted by relevance
24 import static android.appenumeration.cts.Constants.TARGET_STUB_SHARED_USER;109 uninstallPackage(TARGET_STUB_SHARED_USER); in setup()115 uninstallPackage(TARGET_STUB_SHARED_USER); in tearDown()271 TARGET_STUB_SHARED_USER, PackageInfoFlags.of(0)); in testCheckUidSignatures_cannotDetectStubPkgs()274 uninstallPackageForUser(TARGET_STUB_SHARED_USER, mCurrentUser); in testCheckUidSignatures_cannotDetectStubPkgs()288 mPackageManager.getPackageInfo(TARGET_STUB_SHARED_USER, in testHasUidSigningCertificate_cannotDetectStubPkgs()292 uninstallPackageForUser(TARGET_STUB_SHARED_USER, mCurrentUser); in testHasUidSigningCertificate_cannotDetectStubPkgs()311 TARGET_STUB_SHARED_USER, PackageInfoFlags.of(0)); in testGetNameForUid_cannotDetectStubPkgs()314 uninstallPackageForUser(TARGET_STUB_SHARED_USER, mCurrentUser); in testGetNameForUid_cannotDetectStubPkgs()327 TARGET_STUB_SHARED_USER, PackageInfoFlags.of(0)); in testGetNamesForUids_cannotDetectStubPkgs()[all …]
114 public static final String TARGET_STUB_SHARED_USER = PKG_BASE + "stub.shareduid"; field in Constants