Searched refs:notifySilentModeChange (Results 1 – 7 of 7) sorted by relevance
121 mSilentModeChangeHandler->notifySilentModeChange(mSilentModeByHwState); in init()256 mSilentModeChangeHandler->notifySilentModeChange(newSilentMode); in handleSilentModeHwStateChange()299 mSilentModeChangeHandler->notifySilentModeChange(silent); in switchToForcedMode()
174 virtual void notifySilentModeChange(const bool isSilent) = 0;238 void notifySilentModeChange(const bool isSilent);
1044 void CarPowerPolicyServer::notifySilentModeChange(const bool isSilent) { in notifySilentModeChange() function in android::frameworks::automotive::powerpolicy::CarPowerPolicyServer
141 .notifySilentModeChange(false); in testSetSilentMode_normalSilentToForcedNonSilent()150 .notifySilentModeChange(true); in testSetSilentMode_normalNonSilentToForcedSilent()223 .notifySilentModeChange(!initSilentMode); in testSetSilentMode_toNonForced()
143 mService.notifySilentModeChange(silentMode); in init()248 mService.notifySilentModeChange(silentMode); in switchToForcedMode()307 mService.notifySilentModeChange(newSilentMode); in startMonitoringSilentModeHwState()
2160 void notifySilentModeChange(boolean silent) { in notifySilentModeChange() method in CarPowerManagementService
115 MOCK_METHOD(void, notifySilentModeChange, (const bool silent), (override));135 EXPECT_CALL(*carPowerPolicyServer, notifySilentModeChange(_)).Times(0); in TEST_F()