/cts/hostsidetests/incident/src/com/android/server/cts/ |
D | ErrorsTest.java | 24 private static final String DEVICE_SIDE_TEST_APK = "CtsErrorsApp.apk"; field in ErrorsTest 36 installPackage(DEVICE_SIDE_TEST_APK, /* grantPermissions= */ true); in testThrowException() 43 installPackage(DEVICE_SIDE_TEST_APK, /* grantPermissions= */ true); in testANR() 50 installPackage(DEVICE_SIDE_TEST_APK, /* grantPermissions= */ true); in testNativeCrash() 57 installPackage(DEVICE_SIDE_TEST_APK, /* grantPermissions= */ true); in testTombstone()
|
D | BatteryStatsValidationTest.java | 30 private static final String DEVICE_SIDE_TEST_APK = "CtsBatteryStatsApp.apk"; field in BatteryStatsValidationTest 141 installPackage(DEVICE_SIDE_TEST_APK, /* grantPermissions= */ true); in testAlarms() 154 installPackage(DEVICE_SIDE_TEST_APK, /* grantPermissions= */ true); in testWakeLockDuration() 175 installPackage(DEVICE_SIDE_TEST_APK, true); in testServiceForegroundDuration() 190 installPackage(DEVICE_SIDE_TEST_APK, true); in testUidForegroundDuration() 203 installPackage(DEVICE_SIDE_TEST_APK, true); in testUidBackgroundDuration() 213 installPackage(DEVICE_SIDE_TEST_APK, true); in testTopDuration() 225 installPackage(DEVICE_SIDE_TEST_APK, true); in testCachedDuration() 279 installPackage(DEVICE_SIDE_TEST_APK, true); in testBleScans() 302 installPackage(DEVICE_SIDE_TEST_APK, true); in testUnoptimizedBleScans() [all …]
|
D | ProcStatsProtoTest.java | 31 private static final String DEVICE_SIDE_TEST_APK = "CtsProcStatsProtoApp.apk"; field in ProcStatsProtoTest 56 installPackage(DEVICE_SIDE_TEST_APK, /* grantPermissions= */ true); in testDump()
|
D | AppWidgetIncidentTest.java | 28 private static final String DEVICE_SIDE_TEST_APK = "CtsAppWidgetApp.apk"; field in AppWidgetIncidentTest 38 installPackage(DEVICE_SIDE_TEST_APK, /* grantPermissions= */ true); in setUp()
|
D | PackageIncidentTest.java | 27 private static final String DEVICE_SIDE_TEST_APK = "CtsNetStatsApp.apk"; field in PackageIncidentTest 51 installPackage(DEVICE_SIDE_TEST_APK, /* grantPermissions= */ true); in testPackageServiceDump()
|
D | NotificationIncidentTest.java | 54 private static final String DEVICE_SIDE_TEST_APK = "CtsNotificationIncidentTestApp.apk"; field in NotificationIncidentTest 68 installPackage(DEVICE_SIDE_TEST_APK, /* grantPermissions= */ true); in testNotificationRecords()
|
D | GraphicsStatsValidationTest.java | 32 private static final String DEVICE_SIDE_TEST_APK = "CtsGraphicsStatsApp.apk"; field in GraphicsStatsValidationTest 45 installPackage(DEVICE_SIDE_TEST_APK, /* grantPermissions= */ true); in setUp()
|
D | NetstatsIncidentTest.java | 47 private static final String DEVICE_SIDE_TEST_APK = "CtsNetStatsApp.apk"; field in NetstatsIncidentTest 81 installPackage(DEVICE_SIDE_TEST_APK, /* grantPermissions= */ true); in testSanityCheck()
|
/cts/hostsidetests/media/src/android/media/session/cts/ |
D | MediaSessionManagerHostTest.java | 53 private static final String DEVICE_SIDE_TEST_APK = "CtsMediaSessionHostTestApp.apk"; field in MediaSessionManagerHostTest 110 installAppAsUser(DEVICE_SIDE_TEST_APK, primaryUserId, instant); in testGetActiveSessions_primaryUser() 153 installAppAsUser(DEVICE_SIDE_TEST_APK, newUser, instant); in testGetActiveSessions_additionalUser() 193 installAppAsUser(DEVICE_SIDE_TEST_APK, newUser, instant); in testGetActiveSessions_restrictedProfiles() 233 installAppAsUser(DEVICE_SIDE_TEST_APK, newUser, instant); in testGetActiveSessions_managedProfiles()
|
/cts/hostsidetests/statsd/src/android/cts/statsd/uidmap/ |
D | UidMapTests.java | 79 buildHelper.getTestFile(DEVICE_SIDE_TEST_APK), false, true); in testChangeFromInstallation() 103 getDevice().installPackage(buildHelper.getTestFile(DEVICE_SIDE_TEST_APK), false, true); in testChangeFromReinstall() 106 getDevice().installPackage(buildHelper.getTestFile(DEVICE_SIDE_TEST_APK), true, true); in testChangeFromReinstall() 129 getDevice().installPackage(buildHelper.getTestFile(DEVICE_SIDE_TEST_APK), true, true); in testChangeFromUninstall()
|
/cts/hostsidetests/dumpsys/src/android/dumpsys/cts/ |
D | StoragedDumpsysTest.java | 32 private static final String DEVICE_SIDE_TEST_APK = "CtsStoragedTestApp.apk"; field in StoragedDumpsysTest 67 if (mDevice.getAppPackageInfo(DEVICE_SIDE_TEST_APK) != null) { in testStoragedOutput() 72 mDevice.installPackage(buildHelper.getTestFile(DEVICE_SIDE_TEST_APK), true); in testStoragedOutput()
|
D | ProcessStatsDumpsysTest.java | 32 private static final String DEVICE_SIDE_TEST_APK = "CtsProcStatsApp.apk"; field in ProcessStatsDumpsysTest 385 installPackage(DEVICE_SIDE_TEST_APK, /* grantPermissions= */ true); in checkWithProcStatsApp()
|
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/ |
D | DeviceAtomTestCase.java | 33 public static final String DEVICE_SIDE_TEST_APK = "CtsStatsdApp.apk"; field in DeviceAtomTestCase 179 installPackage(DEVICE_SIDE_TEST_APK, true); in installTestApp()
|
D | AtomTestCase.java | 18 import static android.cts.statsd.atom.DeviceAtomTestCase.DEVICE_SIDE_TEST_APK; 149 installPackage(DEVICE_SIDE_TEST_APK, true); in checkDeviceFor()
|