Searched refs:mSystemStateInterface (Results 1 – 6 of 6) sorted by relevance
47 private final SystemStateInterface mSystemStateInterface; field in SystemInterface62 mSystemStateInterface = systemStateInterface; in SystemInterface()72 public SystemStateInterface getSystemStateInterface() { return mSystemStateInterface; } in getSystemStateInterface()122 return mSystemStateInterface.getRunningProcesses(); in getRunningProcesses()195 mSystemStateInterface.shutdown(); in shutdown()200 return mSystemStateInterface.enterDeepSleep(); in enterDeepSleep()205 return mSystemStateInterface.enterHibernation(); in enterHibernation()210 mSystemStateInterface.scheduleActionForBootCompleted(action, delay); in scheduleActionForBootCompleted()216 mSystemStateInterface.scheduleActionForBootCompleted(action, delay, delayRange); in scheduleActionForBootCompleted()221 return mSystemStateInterface.isWakeupCausedByTimer(); in isWakeupCausedByTimer()[all …]
65 private SystemStateInterface.DefaultImpl mSystemStateInterface; field in SystemStateInterfaceTest73 mSystemStateInterface = new SystemStateInterface.DefaultImpl(mMockContext); in setUp()85 assertThat(mSystemStateInterface.enterDeepSleep()).isTrue(); in testSleepWhenHelperSucceeds()92 assertThat(mSystemStateInterface.enterDeepSleep()).isFalse(); in testSleepWhenHelperFails()99 assertThat(mSystemStateInterface.enterHibernation()).isTrue(); in testHibernateWhenHelperSucceeds()115 assertThat(mSystemStateInterface.enterHibernation()).isFalse(); in testHibernateWhenHelperFails()124 mSystemStateInterface.scheduleActionForBootCompleted(() -> { in testScheduleActionForBootCompleted()147 mSystemStateInterface.scheduleActionForBootCompleted(() -> { in testScheduleActionForBootCompleted_receivedIntent()154 mSystemStateInterface.scheduleActionForBootCompleted(() -> { in testScheduleActionForBootCompleted_receivedIntent()169 mSystemStateInterface.scheduleActionForBootCompleted(() -> { in testScheduleActionForBootCompleted_userUnlocked()
53 private final SystemStateInterface mSystemStateInterface; field in IoStatsTracker68 mSystemStateInterface = systemStateInterface; in IoStatsTracker()78 return mSystemStateInterface.getRunningProcesses(); in update()
220 private final MockSystemStateInterface mSystemStateInterface = new MockSystemStateInterface(); field in CarPowerManagementServiceUnitTest280 .withSystemStateInterface(mSystemStateInterface) in setUp()331 mSystemStateInterface.waitForShutdown(WAIT_TIMEOUT_MS); in shutdownTest_withCarPowerCancelShellCommand()352 mSystemStateInterface.setWakeupCausedByTimer(true); in testCanHibernate()353 mSystemStateInterface.waitForSleepEntryAndWakeup(WAIT_TIMEOUT_MS); in testCanHibernate()535 mSystemStateInterface.setWakeupCausedByTimer(true); in hibernateImmediately()536 mSystemStateInterface.waitForSleepEntryAndWakeup(WAIT_TIMEOUT_MS); in hibernateImmediately()561 mSystemStateInterface.waitForShutdown(WAIT_TIMEOUT_MS); in testShutdownImmediately()615 mSystemStateInterface.waitForShutdown(WAIT_TIMEOUT_MS); in testEmergencyShutdown()725 mSystemStateInterface.waitForShutdown(WAIT_TIMEOUT_MS); in testShutdownOnSuspend()[all …]
126 private final MockSystemStateInterface mSystemStateInterface = new MockSystemStateInterface(); field in CarRemoteAccessManagerTest300 return mSystemStateInterface; in createMockSystemStateInterface()383 mSystemStateInterface.runPostBootActions(); in testInitialBindRemoteTaskClientService()456 mSystemStateInterface.runPostBootActions(); in testRemoteTaskDeliveredToClient_taskArriveAfterClientRegistration()495 mSystemStateInterface.runPostBootActions(); in testRemoteTaskDeliveredToClient_taskArriveBeforePackageDiscovery()517 mSystemStateInterface.runPostBootActions(); in testRemoteTaskDeliveredToClient_taskArriveAfterPackageDiscoveryBeforeRegister()535 mSystemStateInterface.runPostBootActions(); in getClientIdAndWaitForSystemBoot()
113 private final MockSystemStateInterface mSystemStateInterface = new MockSystemStateInterface(); field in CarPowerManagerUnitTest158 .withSystemStateInterface(mSystemStateInterface) in setUp()