Searched refs:allowAssistantAdjustment (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/ |
D | AssistantCapabilityPreferenceControllerTest.java | 182 verify(mBackend).allowAssistantAdjustment(Adjustment.KEY_IMPORTANCE, true); in onPreferenceChange_prioritizerOn() 188 verify(mBackend).allowAssistantAdjustment(Adjustment.KEY_IMPORTANCE, false); in onPreferenceChange_prioritizerOff() 194 verify(mBackend).allowAssistantAdjustment(Adjustment.KEY_RANKING_SCORE, true); in onPreferenceChange_rankingOn() 200 verify(mBackend).allowAssistantAdjustment(Adjustment.KEY_RANKING_SCORE, false); in onPreferenceChange_rankingOff() 206 verify(mBackend).allowAssistantAdjustment(Adjustment.KEY_CONTEXTUAL_ACTIONS, true); in onPreferenceChange_chipsOn() 207 verify(mBackend).allowAssistantAdjustment(Adjustment.KEY_TEXT_REPLIES, true); in onPreferenceChange_chipsOn() 213 verify(mBackend).allowAssistantAdjustment(Adjustment.KEY_CONTEXTUAL_ACTIONS, false); in onPreferenceChange_chipsOff() 214 verify(mBackend).allowAssistantAdjustment(Adjustment.KEY_TEXT_REPLIES, false); in onPreferenceChange_chipsOff()
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | AssistantCapabilityPreferenceController.java | 62 mBackend.allowAssistantAdjustment(Adjustment.KEY_IMPORTANCE, isChecked); in setChecked() 64 mBackend.allowAssistantAdjustment(Adjustment.KEY_RANKING_SCORE, isChecked); in setChecked() 66 mBackend.allowAssistantAdjustment(Adjustment.KEY_CONTEXTUAL_ACTIONS, isChecked); in setChecked() 67 mBackend.allowAssistantAdjustment(Adjustment.KEY_TEXT_REPLIES, isChecked); in setChecked()
|
D | NotificationBackend.java | 408 public void allowAssistantAdjustment(String capability, boolean allowed) { in allowAssistantAdjustment() method in NotificationBackend 411 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 | 346 public void allowAssistantAdjustment(String capability, boolean allowed) { in allowAssistantAdjustment() method in NotificationBackend 349 sINM.allowAssistantAdjustment(capability); in allowAssistantAdjustment()
|