Home
last modified time | relevance | path

Searched refs:PKG_NAME (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/content/src/android/content/om/cts/
DOverlayInfoTest.java42 private static final String PKG_NAME = "source package name"; field in OverlayInfoTest
50 OverlayInfo info = new OverlayInfo(PKG_NAME, TARGET_PKG_NAME, TARGET_OVERLAYABLE_NAME, in testEnsureValidState()
58 OverlayInfo info = new OverlayInfo(PKG_NAME, TARGET_PKG_NAME, TARGET_OVERLAYABLE_NAME, in testEnsureState_disabled()
76 OverlayInfo info = new OverlayInfo(PKG_NAME, null, TARGET_OVERLAYABLE_NAME, CATEGORY, in testEnsureValidState_fail()
85 OverlayInfo info = new OverlayInfo(PKG_NAME, TARGET_PKG_NAME, TARGET_OVERLAYABLE_NAME, in testEnsureValidState_fail()
96 OverlayInfo info = new OverlayInfo(PKG_NAME, TARGET_PKG_NAME, TARGET_OVERLAYABLE_NAME, in testWriteToParcel()
/cts/hostsidetests/multiuser/src/android/host/multiuser/
DDpcCommander.java30 public static final String PKG_NAME = "com.android.cts.multiuser.dpc"; field in DpcCommander
33 private static final String ADMIN = PKG_NAME + "/.DpcReceiver";
34 private static final String SERVICE = PKG_NAME + "/.DpcService";
DEphemeralTest.java178 .that(getDevice().isPackageInstalled(DpcCommander.PKG_NAME)) in testRemoveUserWhenPossible_devicePolicyIsSet()
/cts/tests/tests/security/testdata/src/android/security/cts/packageinstallertestapp/
DBackgroundReceiver.java44 private static final String PKG_NAME = "android.security.cts.packageinstallertestapp"; field in BackgroundReceiver
46 private static final String ACTION_COMMIT_WITH_ACTIVITY_INTENT_SENDER = PKG_NAME
48 private static final String ACTION_COMMIT_WITH_FG_SERVICE_INTENT_SENDER = PKG_NAME
/cts/tests/tests/sensorprivacy/src/android/sensorprivacy/cts/
DSensorPrivacyBaseTest.kt93 const val PKG_NAME = "android.sensorprivacy.cts.usemiccamera" in <lambda>() constant
651 packageManager.getPackageUid(PKG_NAME, 0) in <lambda>()
659 val pkgOps = appOpsManager.getOpsForPackage(uid, PKG_NAME, op) in <lambda>()
/cts/tests/tests/telecom/src/android/telecom/cts/
DBaseTelecomTestWithMockServices.java109 public static final String PKG_NAME = "android.telecom.cts"; field in BaseTelecomTestWithMockServices
342 uiAutomation.grantRuntimePermissionAsUser(PKG_NAME, PERMISSION_PROCESS_OUTGOING_CALLS, in setUp()
344 uiAutomation.grantRuntimePermissionAsUser(PKG_NAME, PERMISSION_PACKAGE_USAGE_STATS, in setUp()
372 uiAutomation.revokeRuntimePermissionAsUser(PKG_NAME, PERMISSION_PROCESS_OUTGOING_CALLS, in tearDown()