Searched refs:getAllowedNotificationAssistant (Results 1 – 11 of 11) sorted by relevance
75 when(mNotificationBackend.getAllowedNotificationAssistant()).thenReturn(TEST_COMPONENT); in getCurrentAssistant()82 when(mNotificationBackend.getAllowedNotificationAssistant()).thenReturn(null); in getCurrentAssistant_None()
91 when(mBackend.getAllowedNotificationAssistant()).thenReturn(mNASComponent); in testIsChecked()94 when(mBackend.getAllowedNotificationAssistant()).thenReturn(null); in testIsChecked()
56 ComponentName acn = mNotificationBackend.getAllowedNotificationAssistant(); in isChecked()
555 public ComponentName getAllowedNotificationAssistant() { in getAllowedNotificationAssistant() method in NotificationBackend557 return sINM.getAllowedNotificationAssistant(); in getAllowedNotificationAssistant()585 return sINM.getAllowedNotificationAssistant() == null; in setNotificationAssistantGranted()587 return cn.equals(sINM.getAllowedNotificationAssistant()); in setNotificationAssistantGranted()
87 ComponentName cn = mNotificationBackend.getAllowedNotificationAssistant(); in getDefaultKey()
190 ComponentName getAllowedNotificationAssistant(); in getAllowedNotificationAssistant() method
1719 public @Nullable ComponentName getAllowedNotificationAssistant() { in getAllowedNotificationAssistant() method in NotificationManager1722 return service.getAllowedNotificationAssistant(); in getAllowedNotificationAssistant()
3094 mBinderService.getAllowedNotificationAssistant(); in testGetAssistantAllowed()
5119 public ComponentName getAllowedNotificationAssistant() {
783 method @Nullable public android.content.ComponentName getAllowedNotificationAssistant();
26461 PLcom/android/server/notification/NotificationManagerService$11;->getAllowedNotificationAssistant()…