Searched refs:mRefactoredCarPowerManagementDaemon (Results 1 – 3 of 3) sorted by relevance
241 private FakeRefactoredCarPowerManagementDaemon mRefactoredCarPowerManagementDaemon; field in CarPowerManagementServiceUnitTest1141 mRefactoredCarPowerManagementDaemon = new FakeRefactoredCarPowerManagementDaemon( in testInitializePowerPolicy_invalidPowerState_powerPolicyRefactorFlagEnabled()1149 .setPowerManagementDaemon(mRefactoredCarPowerManagementDaemon) in testInitializePowerPolicy_invalidPowerState_powerPolicyRefactorFlagEnabled()1167 mRefactoredCarPowerManagementDaemon.getLastNotifiedPowerState()).isNotEqualTo( in testInitializePowerPolicy_invalidPowerState_powerPolicyRefactorFlagEnabled()1189 assertThat(mRefactoredCarPowerManagementDaemon.getLastDefinedPolicyId()).isEqualTo( in testDefineValidPowerPolicy_powerPolicyRefactorFlagEnabled()1264 mRefactoredCarPowerManagementDaemon.getLastDefinedPolicyId()).isEqualTo( in testDefinePowerPolicyFromValidCommand_powerPolicyRefactorFlagEnabled()1813 mRefactoredCarPowerManagementDaemon.setHasListenersWithCompletion(true); in testPowerStateChangeWaitsForNativeListenerCompletion()1822 mRefactoredCarPowerManagementDaemon.setAllPowerStateChangeListenersComplete( in testPowerStateChangeWaitsForNativeListenerCompletion()1825 mRefactoredCarPowerManagementDaemon.setAllPowerStateChangeListenersComplete( in testPowerStateChangeWaitsForNativeListenerCompletion()1834 mRefactoredCarPowerManagementDaemon.setAllPowerStateChangeListenersComplete( in testPowerStateChangeWaitsForNativeListenerCompletion()[all …]
314 private ICarPowerManagementDelegate mRefactoredCarPowerManagementDaemon; field in CarPowerManagementService588 mRefactoredCarPowerManagementDaemon = in CarPowerManagementService()666 mRefactoredCarPowerManagementDaemon = null; in release()961 daemon = mRefactoredCarPowerManagementDaemon; in notifyPowerStateChangeToDaemon()2154 daemon = mRefactoredCarPowerManagementDaemon; in setPowerPolicyGroup()2417 daemon = mRefactoredCarPowerManagementDaemon; in initializePowerPolicy()2656 daemon = mRefactoredCarPowerManagementDaemon; in applyPowerPolicy()2938 return mRefactoredCarPowerManagementDaemon; in getPowerManagementDaemonLocked()3011 mRefactoredCarPowerManagementDaemon = daemon; in makeBinderConnection()3101 mRefactoredCarPowerManagementDaemon = null; in binderDied()[all …]
115 private final ICarPowerManagementDelegate mRefactoredCarPowerManagementDaemon = field in CarPowerManagerTest471 powerManagementDaemon = mRefactoredCarPowerManagementDaemon; in setService()