Home
last modified time | relevance | path

Searched refs:setNotificationAssistantGranted (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/src/com/android/settings/notification/
DNotificationAssistantPreferenceController.java72 setNotificationAssistantGranted(null); in setChecked()
82 protected void setNotificationAssistantGranted(ComponentName cn) { in setNotificationAssistantGranted() method in NotificationAssistantPreferenceController
87 mNotificationBackend.setNotificationAssistantGranted(cn); in setNotificationAssistantGranted()
DNotificationAssistantPicker.java93 return mNotificationBackend.setNotificationAssistantGranted( in setDefaultKey()
DConfigureNotificationSettings.java188 napc.setNotificationAssistantGranted(cn); in enableNAS()
DNotificationBackend.java569 public boolean setNotificationAssistantGranted(ComponentName cn) { in setNotificationAssistantGranted() method in NotificationBackend
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DNotificationAssistantPreferenceControllerTest.java113 verify(mBackend, times(0)).setNotificationAssistantGranted(any()); in testSetChecked()
117 verify(mBackend, times(1)).setNotificationAssistantGranted(null); in testSetChecked()
129 mPreferenceController.setNotificationAssistantGranted(mNASComponent); in testMigrationFromSetting_userEnable_multiProfile()
145 mPreferenceController.setNotificationAssistantGranted(mNASComponent); in testMigrationFromSetting_userEnable_multiUser()
DNotificationAssistantPickerTest.java90 verify(mNotificationBackend).setNotificationAssistantGranted(TEST_COMPONENT); in setAssistant()
96 verify(mNotificationBackend).setNotificationAssistantGranted(null); in setAssistant_None()