Searched refs:scheduleActionForBootCompleted (Results 1 - 7 of 7) sorted by relevance

/packages/services/Car/service/src/com/android/car/systeminterface/
H A DSystemStateInterface.java47 void scheduleActionForBootCompleted(Runnable action, Duration delay); method in interface:SystemStateInterface
118 public void scheduleActionForBootCompleted(Runnable action, Duration delay) { method in class:SystemStateInterface.DefaultImpl
H A DSystemInterface.java161 public void scheduleActionForBootCompleted(Runnable action, Duration delay) { method in class:SystemInterface
162 mSystemStateInterface.scheduleActionForBootCompleted(action, delay);
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
H A DIoStatsTrackerTest.java307 public void scheduleActionForBootCompleted(Runnable action, Duration delay) { method in class:IoStatsTrackerTest.MockSystemStateInterface
/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DMockedCarTestBase.java419 public void scheduleActionForBootCompleted(Runnable action, Duration delay) {} method in class:MockedCarTestBase.MockSystemStateInterface
H A DCarStorageMonitoringTest.java922 public void scheduleActionForBootCompleted(Runnable action, Duration delay) { method in class:CarStorageMonitoringTest.MockSystemStateInterface
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DCarPowerManagementServiceTest.java307 public void scheduleActionForBootCompleted(Runnable action, Duration delay) {} method in class:CarPowerManagementServiceTest.MockSystemStateInterface
/packages/services/Car/service/src/com/android/car/
H A DCarStorageMonitoringService.java134 systemInterface.scheduleActionForBootCompleted(this::doInitServiceIfNeeded,

Completed in 101 milliseconds