Searched refs:scheduleActionForBootCompleted (Results 1 – 7 of 7) sorted by relevance
49 void scheduleActionForBootCompleted(Runnable action, Duration delay); in scheduleActionForBootCompleted() method120 public void scheduleActionForBootCompleted(Runnable action, Duration delay) { in scheduleActionForBootCompleted() method in SystemStateInterface.DefaultImpl
166 public void scheduleActionForBootCompleted(Runnable action, Duration delay) { in scheduleActionForBootCompleted() method in SystemInterface167 mSystemStateInterface.scheduleActionForBootCompleted(action, delay); in scheduleActionForBootCompleted()
310 public void scheduleActionForBootCompleted(Runnable action, Duration delay) { in scheduleActionForBootCompleted() method in IoStatsTrackerTest.MockSystemStateInterface
335 public void scheduleActionForBootCompleted(Runnable action, Duration delay) {} in scheduleActionForBootCompleted() method in CarPowerManagementServiceTest.MockSystemStateInterface
415 public void scheduleActionForBootCompleted(Runnable action, Duration delay) {} in scheduleActionForBootCompleted() method in MockedCarTestBase.MockSystemStateInterface
872 public void scheduleActionForBootCompleted(Runnable action, Duration delay) {
134 systemInterface.scheduleActionForBootCompleted(this::doInitServiceIfNeeded, in CarStorageMonitoringService()