Searched refs:mPowerPolicyDaemon (Results 1 – 5 of 5) sorted by relevance
130 private final ICarPowerPolicySystemNotification.Stub mPowerPolicyDaemon = field in MockedCarTestBase177 return mPowerPolicyDaemon; in getMockedPowerPolicyDaemon()375 powerPolicyDaemon = mPowerPolicyDaemon; in setUp()
237 private FakeCarPowerPolicyDaemon mPowerPolicyDaemon; field in CarPowerManagementServiceUnitTest1136 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 …]
143 private ICarPowerPolicySystemNotification mPowerPolicyDaemon; field in CarPowerManagerUnitTest469 powerPolicyDaemon = mPowerPolicyDaemon; in setService()
308 .setPowerPolicyDaemon(builder.mPowerPolicyDaemon) in ICarImpl()1148 IInterface mPowerPolicyDaemon; field in ICarImpl.Builder1269 mPowerPolicyDaemon = powerPolicyDaemon; in setPowerPolicyDaemon()
390 private @Nullable IInterface mPowerPolicyDaemon; field in CarPowerManagementService.Builder435 mPowerPolicyDaemon = powerPolicyDaemon; in setPowerPolicyDaemon()555 IInterface powerPolicyDaemon = builder.mPowerPolicyDaemon; in CarPowerManagementService()