Searched refs:allowAssistantAdjustment (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/ |
D | AssistantCapabilityPreferenceControllerTest.java | 146 verify(mBackend).allowAssistantAdjustment(Adjustment.KEY_IMPORTANCE, true); in onPreferenceChange_prioritizerOn() 152 verify(mBackend).allowAssistantAdjustment(Adjustment.KEY_IMPORTANCE, false); in onPreferenceChange_prioritizerOff() 158 verify(mBackend).allowAssistantAdjustment(Adjustment.KEY_CONTEXTUAL_ACTIONS, true); in onPreferenceChange_chipsOn() 159 verify(mBackend).allowAssistantAdjustment(Adjustment.KEY_TEXT_REPLIES, true); in onPreferenceChange_chipsOn() 165 verify(mBackend).allowAssistantAdjustment(Adjustment.KEY_CONTEXTUAL_ACTIONS, false); in onPreferenceChange_chipsOff() 166 verify(mBackend).allowAssistantAdjustment(Adjustment.KEY_TEXT_REPLIES, false); in onPreferenceChange_chipsOff()
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | AssistantCapabilityPreferenceController.java | 59 mBackend.allowAssistantAdjustment(Adjustment.KEY_IMPORTANCE, isChecked); in setChecked() 61 mBackend.allowAssistantAdjustment(Adjustment.KEY_CONTEXTUAL_ACTIONS, isChecked); in setChecked() 62 mBackend.allowAssistantAdjustment(Adjustment.KEY_TEXT_REPLIES, isChecked); in setChecked()
|
D | NotificationBackend.java | 340 public void allowAssistantAdjustment(String capability, boolean allowed) { in allowAssistantAdjustment() method in NotificationBackend 343 sINM.allowAssistantAdjustment(capability); in allowAssistantAdjustment()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/ |
D | AssistantCapabilityPreferenceController.java | 59 mBackend.allowAssistantAdjustment(Adjustment.KEY_IMPORTANCE, isChecked); in setChecked() 61 mBackend.allowAssistantAdjustment(Adjustment.KEY_CONTEXTUAL_ACTIONS, isChecked); in setChecked() 62 mBackend.allowAssistantAdjustment(Adjustment.KEY_TEXT_REPLIES, isChecked); in setChecked()
|
D | NotificationBackend.java | 332 public void allowAssistantAdjustment(String capability, boolean allowed) { in allowAssistantAdjustment() method in NotificationBackend 335 sINM.allowAssistantAdjustment(capability); in allowAssistantAdjustment()
|