Searched refs:getAllowedNotificationAssistant (Results 1 – 5 of 5) 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()
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()
55 ComponentName acn = mNotificationBackend.getAllowedNotificationAssistant(); in isChecked()
87 ComponentName cn = mNotificationBackend.getAllowedNotificationAssistant(); in getDefaultKey()