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()
100 when(mBackend.getAllowedNotificationAssistant()).thenReturn(mNASComponent); in testIsChecked()103 when(mBackend.getAllowedNotificationAssistant()).thenReturn(null); in testIsChecked()
543 public ComponentName getAllowedNotificationAssistant() { in getAllowedNotificationAssistant() method in NotificationBackend545 return sINM.getAllowedNotificationAssistant(); in getAllowedNotificationAssistant()573 return sINM.getAllowedNotificationAssistant() == null; in setNotificationAssistantGranted()575 return cn.equals(sINM.getAllowedNotificationAssistant()); in setNotificationAssistantGranted()
57 ComponentName acn = mNotificationBackend.getAllowedNotificationAssistant(); in isChecked()
87 ComponentName cn = mNotificationBackend.getAllowedNotificationAssistant(); in getDefaultKey()