Home
last modified time | relevance | path

Searched refs:TestController (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tests/PackageWatchdog/src/com/android/server/
DPackageWatchdogTest.java740 TestController controller = new TestController(); in testExplicitHealthChecks()
793 TestController controller = new TestController(); in testExplicitHealthCheckStateChanges()
859 TestController controller = new TestController(); in testExplicitHealthCheckFailureBeforeExpiry()
890 TestController controller = new TestController(); in testExplicitHealthCheckFailureAfterExpiry()
918 TestController controller = new TestController(); in testPackageHealthCheckStateTransitions()
1372 TestController testController = spy(TestController.class); in testSyncHealthCheckRequests()
1617 TestController controller = new TestController(); in testDeviceConfigChange_explicitHealthCheckEnabled()
1722 return createWatchdog(new TestController(), true /* withPackagesReady */); in createWatchdog()
1725 private PackageWatchdog createWatchdog(TestController controller, boolean withPackagesReady) { in createWatchdog()
1895 private static class TestController extends ExplicitHealthCheckController { class in PackageWatchdogTest
[all …]
DCrashRecoveryTest.java410 return createWatchdog(new TestController(), true /* withPackagesReady */); in createWatchdog()
413 private PackageWatchdog createWatchdog(TestController controller, boolean withPackagesReady) { in createWatchdog()
573 private static class TestController extends ExplicitHealthCheckController { class in CrashRecoveryTest
574 TestController() { in TestController() method in CrashRecoveryTest.TestController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DTransitionAnimatorTest.kt133 val controller = TestController(transitionContainer, isLaunching) in <lambda>()
179 private class TestController( class
/frameworks/av/media/module/libmediatranscoding/tests/
DTranscodingClientManager_tests.cpp134 struct TestController : public ControllerClientInterface { struct
135 TestController() { ALOGI("TestController Created"); } in TestController() function
137 virtual ~TestController() { ALOGI("TestController Destroyed"); } in ~TestController() argument
260 : mController(new TestController()), in TranscodingClientManagerTest()
301 std::shared_ptr<TestController> mController;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/temporarydisplay/
DTemporaryViewDisplayControllerTest.kt57 private lateinit var underTest: TestController
98 underTest = TestController( in setUp()
1139 inner class TestController( class in com.android.systemui.temporarydisplay.TemporaryViewDisplayControllerTest