Home
last modified time | relevance | path

Searched refs:cancelAllActions (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DUptimeTrackerTest.java60 public void cancelAllActions() { in cancelAllActions() method in UptimeTrackerTest.MockTimeInterface
120 timeInterface.cancelAllActions(); in testUptimeTrackerAcrossHistoricalState()
138 timeInterface.cancelAllActions(); in testUptimeTrackerShutdown()
/packages/services/Car/service/src/com/android/car/systeminterface/
DTimeInterface.java45 void cancelAllActions(); in cancelAllActions() method
67 public void cancelAllActions() { in cancelAllActions() method in TimeInterface.DefaultImpl
DSystemInterface.java126 public void cancelAllActions() { in cancelAllActions() method in SystemInterface
127 mTimeInterface.cancelAllActions(); in cancelAllActions()
/packages/services/Car/service/src/com/android/car/
DUptimeTracker.java123 mTimeInterface.cancelAllActions(); in onDestroy()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DMockedCarTestBase.java840 public void cancelAllActions() {} in cancelAllActions() method in MockedCarTestBase.MockTimeInterface
DCarStorageMonitoringTest.java881 public void cancelAllActions() {