Home
last modified time | relevance | path

Searched refs:testProcess (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/slice/src/android/slice/cts/
DSliceBindingTest.java62 public void testProcess() { in testProcess() method in SliceBindingTest
/cts/tests/app/src/android/app/cts/
DActivityManagerTest.java1116 final String testProcess = SIMPLE_PACKAGE_NAME; in testForceStopPackageWontRestartProcess() local
1118 runningApp -> testProcess.equals(runningApp.processName); in testForceStopPackageWontRestartProcess()
1122 assertTrue("Process " + testProcess + " should be found in running process list", in testForceStopPackageWontRestartProcess()
1133 assertFalse("Process " + testProcess + " should not be alive after force-stop", in testForceStopPackageWontRestartProcess()