Home
last modified time | relevance | path

Searched defs:PKG (Results 1 – 25 of 33) sorted by relevance

12

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DIsolatedSplitsTests.java34 private static final String PKG = "com.android.cts.isolatedsplitapp"; field in IsolatedSplitsTests
99 Utils.runDeviceTestsAsCurrentUser(getDevice(), PKG, TEST_CLASS, "shouldLoadDefault"); in testInstallBase() local
116 Utils.runDeviceTestsAsCurrentUser(getDevice(), PKG, TEST_CLASS, "shouldLoadPolishLocale"); in testInstallBaseAndConfigSplit() local
161 Utils.runDeviceTestsAsCurrentUser(getDevice(), PKG, TEST_CLASS, "shouldLoadDefault"); in testInstallOneFeatureSplit() local
162 Utils.runDeviceTestsAsCurrentUser(getDevice(), PKG, TEST_CLASS, in testInstallOneFeatureSplit() local
164 Utils.runDeviceTestsAsCurrentUser(getDevice(), PKG, TEST_CLASS, in testInstallOneFeatureSplit() local
183 Utils.runDeviceTestsAsCurrentUser(getDevice(), PKG, TEST_CLASS, "shouldLoadPolishLocale"); in testInstallOneFeatureSplitAndConfigSplits() local
184 Utils.runDeviceTestsAsCurrentUser(getDevice(), PKG, TEST_CLASS, in testInstallOneFeatureSplitAndConfigSplits() local
198 Utils.runDeviceTestsAsCurrentUser(getDevice(), PKG, TEST_CLASS, "shouldLoadDefault"); in testInstallDependentFeatureSplits() local
199 Utils.runDeviceTestsAsCurrentUser(getDevice(), PKG, TEST_CLASS, in testInstallDependentFeatureSplits() local
[all …]
DUseProcessTest.java36 private static final String PKG = "com.android.cts.useprocess"; field in UseProcessTest
72 Utils.runDeviceTestsAsCurrentUser(getDevice(), PKG, SUCCESS_UNIT_TEST_CLASS, null); in testInstallUsePackageSuccess() local
DMajorVersionTest.java35 private static final String PKG = "com.android.cts.majorversion"; field in MajorVersionTest
DDirectBootHostTest.java49 private static final String PKG = "com.android.cts.encryptionapp"; field in DirectBootHostTest
DResumeOnRebootHostTest.java61 private static final String PKG = "com.android.cts.encryptionapp"; field in ResumeOnRebootHostTest
559 Utils.runDeviceTests(getDevice(), PKG, CLASS, testMethodName, userId); in runDeviceTestsAsUser() local
/cts/hostsidetests/classloaders/splits/src/android/classloaders/cts/
DClassloaderSplitsTest.java30 private static final String PKG = "com.android.cts.classloadersplitapp"; field in ClassloaderSplitsTest
71 runDeviceTests(getDevice(), PKG, TEST_CLASS, "testBaseClassLoader"); in testBaseClassLoader() local
86 runDeviceTests(getDevice(), PKG, TEST_CLASS, "testBaseClassLoader"); in testFeatureAClassLoader() local
87 runDeviceTests(getDevice(), PKG, TEST_CLASS, "testFeatureAClassLoader"); in testFeatureAClassLoader() local
103 runDeviceTests(getDevice(), PKG, TEST_CLASS, "testBaseClassLoader"); in testFeatureBClassLoader() local
104 runDeviceTests(getDevice(), PKG, TEST_CLASS, "testFeatureAClassLoader"); in testFeatureBClassLoader() local
105 runDeviceTests(getDevice(), PKG, TEST_CLASS, "testFeatureBClassLoader"); in testFeatureBClassLoader() local
116 runDeviceTests(getDevice(), PKG, TEST_CLASS, "testBaseClassLoader"); in testReceiverClassLoaders() local
117 runDeviceTests(getDevice(), PKG, TEST_CLASS, "testAllReceivers"); in testReceiverClassLoaders() local
133 runDeviceTests(getDevice(), PKG, TEST_CLASS, "testBaseServiceClassLoader"); in testServiceClassLoaders() local
[all …]
/cts/hostsidetests/classloaders/useslibrary/src/android/classloaders/cts/
DUsesLibraryHostTest.java37 private static final String PKG = "com.android.cts.useslibrary"; field in UsesLibraryHostTest
61 Utils.runDeviceTests(getDevice(), PKG, ".UsesLibraryTest", "testUsesLibrary"); in testUsesLibrary() local
71 Utils.runDeviceTests(getDevice(), PKG, ".UsesLibraryTest", "testMissingLibrary"); in testMissingLibrary() local
81 Utils.runDeviceTests(getDevice(), PKG, ".UsesLibraryTest", "testDuplicateLibrary"); in testDuplicateLibrary() local
/cts/tests/tests/notification/NotificationApp/src/com/android/test/notificationapp/
DTestNotificationListener.java23 public static final String PKG = "com.android.test.notificationapp"; field in TestNotificationListener
/cts/tests/quicksettings/src/android/quicksettings/cts/
DToggleableTestTileService.java24 public static final String PKG = "android.app.stubs"; field in ToggleableTestTileService
DTestTileService.java25 public static final String PKG = "android.app.stubs"; field in TestTileService
DTestOnClickLaunchFgsTileService.java32 public static final String PKG = "android.app.stubs"; field in TestOnClickLaunchFgsTileService
/cts/tests/tests/notificationlegacy/notificationlegacy34/src/android/app/notification/legacy34/cts/
DNotificationManagerApi34Test.kt104 val PKG = "android.app.notification.legacy34.cts" constant
/cts/tests/tests/notificationlegacy/notificationlegacy28/src/android/app/notification/legacy28/cts/
DNotificationManager28Test.java55 private static final String PKG = "android.app.notification.legacy28.cts"; field in NotificationManager28Test
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DAdminPermissionControlParamsTest.java33 private static final String PKG = "somePackage"; field in AdminPermissionControlParamsTest
/cts/hostsidetests/calllog/src/android/provider/cts/contacts/hostside/
DShadowCallLogTest.java44 private static final String PKG = "android.provider.cts.contacts.testapp"; field in ShadowCallLogTest
/cts/common/device-side/interactive/automation/src/main/java/com/google/android/interactive/helpers/
DMediaControlsHelper.java39 private static final String PKG = "com.android.systemui"; field in MediaControlsHelper
/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/
DSecondaryNotificationListener.java26 public static final String PKG = "android.app.notification.legacy.cts"; field in SecondaryNotificationListener
/cts/common/device-side/bedstead/eventlib/src/test/java/com/android/eventlib/events/deviceadminreceivers/
DDeviceAdminLockTaskModeEnteringEventTest.java48 private static final String PKG = "package"; field in DeviceAdminLockTaskModeEnteringEventTest
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DNotificationManager29Test.java67 private static final String PKG = "android.app.notification.legacy29.cts"; field in NotificationManager29Test
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DStatusBarNotificationTest.java42 private static final String PKG = "foo.bar"; field in StatusBarNotificationTest
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DRingtoneManagerTest.java55 private static final String PKG = "android.media.audio.cts"; field in RingtoneManagerTest
/cts/tests/tests/appop/src/android/app/appops/cts/
DAttributionTest.kt79 val PKG = "android.app.appops.cts.appwithreceiverattribution" in manifestReceiverTagging() constant
DAppOpsMultiUserTest.kt22 private const val PKG = "android.app.appops.cts.apponmultipleusers" in <lambda>() constant
/cts/tests/app/shared/src/android/app/stubs/shared/
DTestNotificationListener.java32 public static final String PKG = "android.app.stubs"; field in TestNotificationListener
DTestNotificationAssistant.java36 public static final String PKG = "android.app.stubs"; field in TestNotificationAssistant

12