Home
last modified time | relevance | path

Searched refs:mRefactoredPowerPolicyDaemon (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tests/carservice_test/src/com/android/car/
DMockedCarTestBase.java150 private ICarPowerPolicyDelegate mRefactoredPowerPolicyDaemon; field in MockedCarTestBase
175 return mRefactoredPowerPolicyDaemon; in getMockedPowerPolicyDaemon()
371 mRefactoredPowerPolicyDaemon = new FakeRefactoredCarPowerPolicyDaemon( in setUp()
373 powerPolicyDaemon = mRefactoredPowerPolicyDaemon; in setUp()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DCarPowerManagementServiceUnitTest.java238 private FakeRefactoredCarPowerPolicyDaemon mRefactoredPowerPolicyDaemon; field in CarPowerManagementServiceUnitTest
1100 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 …]
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hardware/power/
DCarPowerManagerUnitTest.java114 private final ICarPowerPolicyDelegate mRefactoredPowerPolicyDaemon = field in CarPowerManagerUnitTest
467 powerPolicyDaemon = mRefactoredPowerPolicyDaemon; in setService()