Searched refs:mRefactoredPowerPolicyDaemon (Results 1 – 3 of 3) sorted by relevance
150 private ICarPowerPolicyDelegate mRefactoredPowerPolicyDaemon; field in MockedCarTestBase175 return mRefactoredPowerPolicyDaemon; in getMockedPowerPolicyDaemon()371 mRefactoredPowerPolicyDaemon = new FakeRefactoredCarPowerPolicyDaemon( in setUp()373 powerPolicyDaemon = mRefactoredPowerPolicyDaemon; in setUp()
238 private FakeRefactoredCarPowerPolicyDaemon mRefactoredPowerPolicyDaemon; field in CarPowerManagementServiceUnitTest1100 mRefactoredPowerPolicyDaemon = new FakeRefactoredCarPowerPolicyDaemon(mFileKernelSilentMode, in testInitializePowerPolicy_invalidPowerState_powerPolicyRefactorFlagEnabled()1108 .setPowerPolicyDaemon(mRefactoredPowerPolicyDaemon) in testInitializePowerPolicy_invalidPowerState_powerPolicyRefactorFlagEnabled()1126 mRefactoredPowerPolicyDaemon.getLastNotifiedPowerState()).isNotEqualTo( in testInitializePowerPolicy_invalidPowerState_powerPolicyRefactorFlagEnabled()1148 assertThat(mRefactoredPowerPolicyDaemon.getLastDefinedPolicyId()).isEqualTo( in testDefineValidPowerPolicy_powerPolicyRefactorFlagEnabled()1223 mRefactoredPowerPolicyDaemon.getLastDefinedPolicyId()).isEqualTo( in testDefinePowerPolicyFromValidCommand_powerPolicyRefactorFlagEnabled()1911 mRefactoredPowerPolicyDaemon.silentModeFileObserverStartWatching(); in testPowerPolicyOnSilentBoot_powerPolicyRefactorFlagEnabled()1928 mRefactoredPowerPolicyDaemon.silentModeFileObserverStopWatching(); in testPowerPolicyOnSilentBoot_powerPolicyRefactorFlagEnabled()2399 .setCarUserService(mUserService).setPowerPolicyDaemon(mRefactoredPowerPolicyDaemon) in testOnInitComplete()2439 .setCarUserService(mUserService).setPowerPolicyDaemon(mRefactoredPowerPolicyDaemon) in testOnInitComplete_flagDisabled_doNothing()[all …]
114 private final ICarPowerPolicyDelegate mRefactoredPowerPolicyDaemon = field in CarPowerManagerUnitTest467 powerPolicyDaemon = mRefactoredPowerPolicyDaemon; in setService()