Searched refs:PKG_NAME (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/content/src/android/content/om/cts/ |
D | OverlayInfoTest.java | 40 private static final String PKG_NAME = "source package name"; field in OverlayInfoTest 48 OverlayInfo info = new OverlayInfo(PKG_NAME, TARGET_PKG_NAME, TARGET_OVERLAYABLE_NAME, in testEnsureValidState() 56 OverlayInfo info = new OverlayInfo(PKG_NAME, TARGET_PKG_NAME, TARGET_OVERLAYABLE_NAME, in testEnsureState_disabled() 74 OverlayInfo info = new OverlayInfo(PKG_NAME, null, TARGET_OVERLAYABLE_NAME, CATEGORY, in testEnsureValidState_fail() 83 OverlayInfo info = new OverlayInfo(PKG_NAME, TARGET_PKG_NAME, TARGET_OVERLAYABLE_NAME, in testEnsureValidState_fail() 94 OverlayInfo info = new OverlayInfo(PKG_NAME, TARGET_PKG_NAME, TARGET_OVERLAYABLE_NAME, in testWriteToParcel()
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | BaseTelecomTestWithMockServices.java | 98 public static final String PKG_NAME = "android.telecom.cts"; field in BaseTelecomTestWithMockServices 314 uiAutomation.grantRuntimePermissionAsUser(PKG_NAME, PERMISSION_PROCESS_OUTGOING_CALLS, in setUp() 347 uiAutomation.revokeRuntimePermissionAsUser(PKG_NAME, PERMISSION_PROCESS_OUTGOING_CALLS, in tearDown()
|