Home
last modified time | relevance | path

Searched refs:allowAssistantAdjustment (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DAssistantCapabilityPreferenceControllerTest.java146 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/
DAssistantCapabilityPreferenceController.java59 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()
DNotificationBackend.java340 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/
DAssistantCapabilityPreferenceController.java59 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()
DNotificationBackend.java332 public void allowAssistantAdjustment(String capability, boolean allowed) { in allowAssistantAdjustment() method in NotificationBackend
335 sINM.allowAssistantAdjustment(capability); in allowAssistantAdjustment()