Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DNotificationAssistantPreferenceControllerTest.java146 verify(mBackend, times(0)).setNotificationAssistantGranted(any()); in testSetChecked()
150 verify(mBackend, times(1)).setNotificationAssistantGranted(null); in testSetChecked()
178 verify(mBackend, times(0)).setNotificationAssistantGranted(any()); in testUpdateState_SettingActivityUnavailable()
190 mPreferenceController.setNotificationAssistantGranted(mNASComponent); in testMigrationFromSetting_userEnable_multiProfile()
206 mPreferenceController.setNotificationAssistantGranted(mNASComponent); in testMigrationFromSetting_userEnable_multiUser()
DNotificationAssistantPickerTest.java90 verify(mNotificationBackend).setNotificationAssistantGranted(TEST_COMPONENT); in setAssistant()
96 verify(mNotificationBackend).setNotificationAssistantGranted(null); in setAssistant_None()
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationAssistantPreferenceController.java86 setNotificationAssistantGranted(null); in setChecked()
96 protected void setNotificationAssistantGranted(ComponentName cn) { in setNotificationAssistantGranted() method in NotificationAssistantPreferenceController
101 mNotificationBackend.setNotificationAssistantGranted(cn); in setNotificationAssistantGranted()
DNotificationAssistantPicker.java93 return mNotificationBackend.setNotificationAssistantGranted( in setDefaultKey()
DConfigureNotificationSettings.java188 napc.setNotificationAssistantGranted(cn); in enableNAS()
DNotificationBackend.java564 public boolean setNotificationAssistantGranted(ComponentName cn) { in setNotificationAssistantGranted() method in NotificationBackend