Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarServiceTest/dep/src/com/android/car/
DMockedCarTestBase.java128 private final ICarPowerPolicySystemNotification.Stub mPowerPolicyDaemon = field in MockedCarTestBase
175 return mPowerPolicyDaemon; in getMockedPowerManagementDaemon()
379 powerManagementDaemon = mPowerPolicyDaemon; in setUp()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DCarPowerManagementServiceUnitTest.java240 private FakeCarPowerPolicyDaemon mPowerPolicyDaemon; field in CarPowerManagementServiceUnitTest
1177 assertThat(mPowerPolicyDaemon.getLastDefinedPolicyId()).isEqualTo(POWER_POLICY_VALID_1); in testDefineValidPowerPolicy_powerPolicyRefactorFlagDisabled()
1247 mPowerPolicyDaemon.getLastDefinedPolicyId()).isEqualTo( in testDefinePowerPolicyFromValidCommand_powerPolicyRefactorFlagDisabled()
2113 .setPowerManagementDaemon(mPowerPolicyDaemon) in testDisableWifiAndTethering()
2282 mPowerPolicyDaemon.getLastNotifiedPolicyId()).isEqualTo( in testGarageModeSystemPolicyOverride()
2314 assertThat(mPowerPolicyDaemon.getLastNotifiedPolicyId()).isEqualTo( in testPowerPolicyNotificationCustomComponents_powerPolicyRefactorFlagDisabled()
2366 assertThat(mPowerPolicyDaemon.getLastNotifiedPolicyId()).isEqualTo( in testPowerPolicyNotificationAccumulatedPolicy_powerPolicyRefactorFlagDisabled()
2873 mPowerPolicyDaemon = new FakeCarPowerPolicyDaemon(); in setService()
2879 .setPowerManagementDaemon(mPowerPolicyDaemon) in setService()
3178 mPowerPolicyDaemon.getLastNotifiedPolicyId()).isEqualTo(policyId); in assertPowerPolicyApplied()
[all …]
/packages/services/Car/tests/CarServiceTest/src/com/android/car/hardware/power/
DCarPowerManagerTest.java146 private ICarPowerPolicySystemNotification mPowerPolicyDaemon; field in CarPowerManagerTest
473 powerManagementDaemon = mPowerPolicyDaemon; in setService()