Searched refs:mPowerPolicyDaemon (Results 1 – 3 of 3) sorted by relevance
128 private final ICarPowerPolicySystemNotification.Stub mPowerPolicyDaemon = field in MockedCarTestBase175 return mPowerPolicyDaemon; in getMockedPowerManagementDaemon()379 powerManagementDaemon = mPowerPolicyDaemon; in setUp()
240 private FakeCarPowerPolicyDaemon mPowerPolicyDaemon; field in CarPowerManagementServiceUnitTest1177 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 …]
146 private ICarPowerPolicySystemNotification mPowerPolicyDaemon; field in CarPowerManagerTest473 powerManagementDaemon = mPowerPolicyDaemon; in setService()