Home
last modified time | relevance | path

Searched refs:uninstallTestApp (Results 1 – 22 of 22) sorted by relevance

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/appexit/
DAppExitHostTest.java88 DeviceUtils.uninstallTestApp(getDevice(), TEST_PKG); in tearDown()
89 DeviceUtils.uninstallTestApp(getDevice(), HELPER_PKG1); in tearDown()
90 DeviceUtils.uninstallTestApp(getDevice(), HELPER_PKG2); in tearDown()
/cts/hostsidetests/packagemanager/domainverification/device/standalone/src/com/android/cts/packagemanager/verify/domain/device/standalone/
DPreVerifiedDomainsTests.kt74 uninstallTestApp(DECLARING_PKG_NAME_1) in launchPreVerified()
95 private fun uninstallTestApp(packageName: String) { in uninstallTestApp() method in com.android.cts.packagemanager.verify.domain.device.standalone.PreVerifiedDomainsTests
/cts/tests/tests/appop/src/android/app/appops/cts/
DRuntimeMessageCollectionTest.kt54 fun uninstallTestApp() { in uninstallTestApp() method in android.app.appops.cts.RuntimeMessageCollectionTest
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/credentials/
DCredentialsStatsTest.java78 DeviceUtils.uninstallTestApp(getDevice(), TEST_PKG); in tearDown()
/cts/hostsidetests/silentupdate/src/com/android/tests/hostside/silentupdate/
DSilentUpdateHostsideTests.java63 public void uninstallTestApp() throws Exception { in uninstallTestApp() method in SilentUpdateHostsideTests
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/alarm/
DAlarmStatsTests.java72 DeviceUtils.uninstallTestApp(getDevice(), ALARM_ATOM_TEST_PACKAGE); in tearDown()
75 DeviceUtils.uninstallTestApp(getDevice(), ALARM_ATOM_TEST_PACKAGE_2); in tearDown()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/voiceinteraction/
DHotwordDetectionServiceRestartedStatsTests.java87 DeviceUtils.uninstallTestApp(getDevice(), TEST_PKG); in tearDown()
DHotwordDetectorCreateRequestedStatsTests.java89 DeviceUtils.uninstallTestApp(getDevice(), TEST_PKG); in tearDown()
DHotwordDetectionServiceInitResultReportedStatsTest.java90 DeviceUtils.uninstallTestApp(getDevice(), TEST_PKG); in tearDown()
DHotwordAudioEgressEventReportedStatsTest.java101 DeviceUtils.uninstallTestApp(getDevice(), TEST_PKG); in tearDown()
DHotwordDetectorKeyphraseTriggeredStatsTest.java109 DeviceUtils.uninstallTestApp(getDevice(), TEST_PKG); in tearDown()
DHotwordDetectorEventsStatsTest.java100 DeviceUtils.uninstallTestApp(getDevice(), TEST_PKG); in tearDown()
/cts/hostsidetests/appcompat/hiddenapi/src/android/compat/hiddenapi/cts/
DHostsideStatsdAtomTests.java122 DeviceUtils.uninstallTestApp(getDevice(), TEST_PKG); in hiddenApiUsed()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/net/
DBytesTransferredTest.java60 DeviceUtils.uninstallTestApp(getDevice(), DeviceUtils.STATSD_ATOM_TEST_PKG); in tearDown()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DDeviceUtils.java200 uninstallTestApp(device, STATSD_ATOM_TEST_PKG); in uninstallStatsdTestApp()
206 public static void uninstallTestApp(ITestDevice device, String pkgName) throws Exception { in uninstallTestApp() method in DeviceUtils
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/media/
DMediaDrmAtomTests.java69 DeviceUtils.uninstallTestApp(getDevice(), DeviceUtils.STATSD_ATOM_TEST_PKG); in tearDown()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/media/projection/
DMediaProjectionAtomsTests.java93 DeviceUtils.uninstallTestApp(getDevice(), TEST_PKG); in tearDown()
/cts/hostsidetests/neuralnetworks/src/com/android/nn/host/cts/
DNeuralNetworksStatsTests.java62 DeviceUtils.uninstallTestApp(getDevice(), APP_PKG_NAME); in tearDown()
/cts/hostsidetests/packagemanager/stats/src/com/android/cts/packagemanager/stats/host/
DPackageInstallationSessionReportedStatsTests.java201 DeviceUtils.uninstallTestApp(getDevice(), TEST_INSTALL_PACKAGE); in testPackageUninstalledReported()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/express/
DExpresslogAtomsTests.java71 DeviceUtils.uninstallTestApp(device, EXPRESSLOG_TEST_PKG); in uninstallExpressLogTestApp()
/cts/tests/tests/packageinstaller/userrestriction/src/android/packageinstaller/userrestriction/cts/
DUserRestrictionInstallTest.kt110 fun uninstallTestApp() { in <lambda>() method in android.packageinstaller.userrestriction.cts.UserRestrictionInstallTest
/cts/hostsidetests/media/src/android/media/metrics/cts/
DMediaMetricsAtomTests.java96 DeviceUtils.uninstallTestApp(testInfo.getDevice(), TEST_PKG); in uninstallApp()