Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/
DMockedCarTestBase.java130 private final ICarPowerPolicySystemNotification.Stub mPowerPolicyDaemon = field in MockedCarTestBase
177 return mPowerPolicyDaemon; in getMockedPowerPolicyDaemon()
375 powerPolicyDaemon = mPowerPolicyDaemon; in setUp()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DCarPowerManagementServiceUnitTest.java237 private FakeCarPowerPolicyDaemon mPowerPolicyDaemon; field in CarPowerManagementServiceUnitTest
1136 assertThat(mPowerPolicyDaemon.getLastDefinedPolicyId()).isEqualTo(POWER_POLICY_VALID_1); in testDefineValidPowerPolicy_powerPolicyRefactorFlagDisabled()
1206 mPowerPolicyDaemon.getLastDefinedPolicyId()).isEqualTo( in testDefinePowerPolicyFromValidCommand_powerPolicyRefactorFlagDisabled()
1942 .setPowerPolicyDaemon(mPowerPolicyDaemon) in testDisableWifiAndTethering()
2111 mPowerPolicyDaemon.getLastNotifiedPolicyId()).isEqualTo( in testGarageModeSystemPolicyOverride()
2143 assertThat(mPowerPolicyDaemon.getLastNotifiedPolicyId()).isEqualTo( in testPowerPolicyNotificationCustomComponents_powerPolicyRefactorFlagDisabled()
2195 assertThat(mPowerPolicyDaemon.getLastNotifiedPolicyId()).isEqualTo( in testPowerPolicyNotificationAccumulatedPolicy_powerPolicyRefactorFlagDisabled()
2622 mPowerPolicyDaemon = new FakeCarPowerPolicyDaemon(); in setService()
2628 .setPowerPolicyDaemon(mPowerPolicyDaemon) in setService()
2925 mPowerPolicyDaemon.getLastNotifiedPolicyId()).isEqualTo(policyId); in assertPowerPolicyApplied()
[all …]
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hardware/power/
DCarPowerManagerUnitTest.java143 private ICarPowerPolicySystemNotification mPowerPolicyDaemon; field in CarPowerManagerUnitTest
469 powerPolicyDaemon = mPowerPolicyDaemon; in setService()
/packages/services/Car/service/src/com/android/car/
DICarImpl.java308 .setPowerPolicyDaemon(builder.mPowerPolicyDaemon) in ICarImpl()
1148 IInterface mPowerPolicyDaemon; field in ICarImpl.Builder
1269 mPowerPolicyDaemon = powerPolicyDaemon; in setPowerPolicyDaemon()
/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java390 private @Nullable IInterface mPowerPolicyDaemon; field in CarPowerManagementService.Builder
435 mPowerPolicyDaemon = powerPolicyDaemon; in setPowerPolicyDaemon()
555 IInterface powerPolicyDaemon = builder.mPowerPolicyDaemon; in CarPowerManagementService()