Home
last modified time | relevance | path

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

12

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DIsolatedSplitsTests.java32 private static final String PKG = "com.android.cts.isolatedsplitapp"; field in IsolatedSplitsTests
97 Utils.runDeviceTestsAsCurrentUser(getDevice(), PKG, TEST_CLASS, "shouldLoadDefault"); in testInstallBase() local
114 Utils.runDeviceTestsAsCurrentUser(getDevice(), PKG, TEST_CLASS, "shouldLoadPolishLocale"); in testInstallBaseAndConfigSplit() local
159 Utils.runDeviceTestsAsCurrentUser(getDevice(), PKG, TEST_CLASS, "shouldLoadDefault"); in testInstallOneFeatureSplit() local
160 Utils.runDeviceTestsAsCurrentUser(getDevice(), PKG, TEST_CLASS, in testInstallOneFeatureSplit() local
162 Utils.runDeviceTestsAsCurrentUser(getDevice(), PKG, TEST_CLASS, in testInstallOneFeatureSplit() local
181 Utils.runDeviceTestsAsCurrentUser(getDevice(), PKG, TEST_CLASS, "shouldLoadPolishLocale"); in testInstallOneFeatureSplitAndConfigSplits() local
182 Utils.runDeviceTestsAsCurrentUser(getDevice(), PKG, TEST_CLASS, in testInstallOneFeatureSplitAndConfigSplits() local
196 Utils.runDeviceTestsAsCurrentUser(getDevice(), PKG, TEST_CLASS, "shouldLoadDefault"); in testInstallDependentFeatureSplits() local
197 Utils.runDeviceTestsAsCurrentUser(getDevice(), PKG, TEST_CLASS, in testInstallDependentFeatureSplits() local
[all …]
DAuthBoundKeyTest.java36 static final String PKG = "com.android.cts.authboundkeyapp"; field in AuthBoundKeyTest
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.java48 private static final String PKG = "com.android.cts.encryptionapp"; field in DirectBootHostTest
DResumeOnRebootHostTest.java54 private static final String PKG = "com.android.cts.encryptionapp"; field in ResumeOnRebootHostTest
607 Utils.runDeviceTestsAsCurrentUser(getDevice(), PKG, CLASS, testMethodName); 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/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DPasswordComplexityTest.java17 private static final String PKG = "com.android.cts.passwordcomplexity"; field in PasswordComplexityTest
/cts/tests/app/app/src/android/app/stubs/
DToggleableTestTileService.java24 public static final String PKG = "android.app.stubs"; field in ToggleableTestTileService
DTestTileService.java27 public static final String PKG = "android.app.stubs"; field in TestTileService
DTestNotificationListener.java29 public static final String PKG = "android.app.stubs"; field in TestNotificationListener
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DAdminPermissionControlParamsTests.java34 private static final String PKG = "somePackage"; field in AdminPermissionControlParamsTests
/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
DTestNotificationListener.java29 public static final String PKG = "android.app.notification.legacy.cts"; field in TestNotificationListener
/cts/tests/tests/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/
DTestNotificationListener.java27 public static final String PKG = "android.app.notification.legacy.cts"; field in TestNotificationListener
/cts/hostsidetests/calllog/src/android/provider/cts/contacts/hostside/
DShadowCallLogTest.java43 private static final String PKG = "android.provider.cts.contacts.testapp"; field in ShadowCallLogTest
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DTestNotificationListener.java28 public static final String PKG = "android.app.notification.legacy29.cts"; field in TestNotificationListener
DTestNotificationAssistant.java31 public static final String PKG = "android.app.notification.legacy29.cts"; field in TestNotificationAssistant
/cts/tests/tests/appop/src/android/app/appops/cts/
DAttributionTest.kt75 val PKG = "android.app.appops.cts.appwithreceiverattribution" in manifestReceiverTagging() constant
/cts/tests/app/src/android/app/cts/
DStatusBarNotificationTest.java28 private static final String PKG = "foo.bar"; field in StatusBarNotificationTest
/cts/tests/tests/media/src/android/media/cts/
DRingtoneManagerTest.java43 private static final String PKG = "android.media.cts"; field in RingtoneManagerTest
DMediaPlayerFlakyNetworkTest.java52 private static final String PKG = "android.media.cts"; field in MediaPlayerFlakyNetworkTest
/cts/hostsidetests/appsecurity/test-apps/V3SigningSchemeRotation/src/android/appsecurity/cts/v3rotationtests/
DV3RotationTest.java35 private static final String PKG = "android.appsecurity.cts.tinyapp"; field in V3RotationTest
/cts/tests/tests/permission2/src/android/permission2/cts/
DRestrictedStoragePermissionTest.java78 private static final String PKG = "android.permission2.cts.restrictedpermissionuser"; field in RestrictedStoragePermissionTest

12