/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | IsolatedSplitsTests.java | 34 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 …]
|
D | UseProcessTest.java | 36 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
|
D | MajorVersionTest.java | 35 private static final String PKG = "com.android.cts.majorversion"; field in MajorVersionTest
|
D | DirectBootHostTest.java | 49 private static final String PKG = "com.android.cts.encryptionapp"; field in DirectBootHostTest
|
D | ResumeOnRebootHostTest.java | 61 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/ |
D | ClassloaderSplitsTest.java | 30 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/ |
D | UsesLibraryHostTest.java | 37 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/ |
D | TestNotificationListener.java | 23 public static final String PKG = "com.android.test.notificationapp"; field in TestNotificationListener
|
/cts/tests/quicksettings/src/android/quicksettings/cts/ |
D | ToggleableTestTileService.java | 24 public static final String PKG = "android.app.stubs"; field in ToggleableTestTileService
|
D | TestTileService.java | 25 public static final String PKG = "android.app.stubs"; field in TestTileService
|
D | TestOnClickLaunchFgsTileService.java | 32 public static final String PKG = "android.app.stubs"; field in TestOnClickLaunchFgsTileService
|
/cts/tests/tests/notificationlegacy/notificationlegacy34/src/android/app/notification/legacy34/cts/ |
D | NotificationManagerApi34Test.kt | 104 val PKG = "android.app.notification.legacy34.cts" constant
|
/cts/tests/tests/notificationlegacy/notificationlegacy28/src/android/app/notification/legacy28/cts/ |
D | NotificationManager28Test.java | 55 private static final String PKG = "android.app.notification.legacy28.cts"; field in NotificationManager28Test
|
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | AdminPermissionControlParamsTest.java | 33 private static final String PKG = "somePackage"; field in AdminPermissionControlParamsTest
|
/cts/hostsidetests/calllog/src/android/provider/cts/contacts/hostside/ |
D | ShadowCallLogTest.java | 44 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/ |
D | MediaControlsHelper.java | 39 private static final String PKG = "com.android.systemui"; field in MediaControlsHelper
|
/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/ |
D | SecondaryNotificationListener.java | 26 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/ |
D | DeviceAdminLockTaskModeEnteringEventTest.java | 48 private static final String PKG = "package"; field in DeviceAdminLockTaskModeEnteringEventTest
|
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/ |
D | NotificationManager29Test.java | 67 private static final String PKG = "android.app.notification.legacy29.cts"; field in NotificationManager29Test
|
/cts/tests/tests/notification/src/android/app/notification/current/cts/ |
D | StatusBarNotificationTest.java | 42 private static final String PKG = "foo.bar"; field in StatusBarNotificationTest
|
/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
D | RingtoneManagerTest.java | 55 private static final String PKG = "android.media.audio.cts"; field in RingtoneManagerTest
|
/cts/tests/tests/appop/src/android/app/appops/cts/ |
D | AttributionTest.kt | 79 val PKG = "android.app.appops.cts.appwithreceiverattribution" in manifestReceiverTagging() constant
|
D | AppOpsMultiUserTest.kt | 22 private const val PKG = "android.app.appops.cts.apponmultipleusers" in <lambda>() constant
|
/cts/tests/app/shared/src/android/app/stubs/shared/ |
D | TestNotificationListener.java | 32 public static final String PKG = "android.app.stubs"; field in TestNotificationListener
|
D | TestNotificationAssistant.java | 36 public static final String PKG = "android.app.stubs"; field in TestNotificationAssistant
|