Home
last modified time | relevance | path

Searched refs:stopPackage (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/systemui/src/android/systemui/cts/tv/
DMicIndicatorTest.kt56 stopPackage(AUDIO_RECORD_API_SERVICE.packageName) in onTearDown()
57 stopPackage(MEDIA_RECORDER_API_SERVICE.packageName) in onTearDown()
83 stopPackage(AUDIO_RECORD_API_SERVICE.packageName) in micIndicator_shown_whileRecordingUsing_AudioRecordApi_until_forceStopped()
92 stopPackage(MEDIA_RECORDER_API_SERVICE.packageName) in micIndicator_shown_whileRecordingUsing_MediaRecorderApi_until_forceStopped()
DBasicPipTests.kt62 stopPackage(PIP_ACTIVITY.packageName) in <lambda>()
DTvTestBase.kt127 protected fun stopPackage(packageName: String) { in stopPackage() method in android.systemui.cts.tv.TvTestBase
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DUserControlDisabledPackagesTest.java163 stopPackage(testAppPackageName, currentRunningUserId); in setUserControlDisabledPackages_launchActivity_verifyPackageNotStopped()
171 private void stopPackage(String packageName, int userId) throws Exception { in stopPackage() method in UserControlDisabledPackagesTest
/cts/hostsidetests/angle/src/android/angle/cts/
DCtsAngleDeveloperOptionHostTest.java61 stopPackage(getDevice(), pkgName); in setAndValidatePkgDriver()
90 stopPackage(getDevice(), ANGLE_DRIVER_TEST_PKG); in setUp()
91 stopPackage(getDevice(), ANGLE_DRIVER_TEST_SEC_PKG); in setUp()
DCtsAngleCommon.java125 static void stopPackage(ITestDevice device, String pkgName) throws Exception { in stopPackage() method in CtsAngleCommon
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowUntrustedTouchTest.java195 stopPackage(app); in tearDown()
1041 stopPackage(app); in removeOverlays()
1050 private void stopPackage(String packageName) { in stopPackage() method in WindowUntrustedTouchTest