Searched refs:listenerComponent (Results 1 – 2 of 2) sorted by relevance
177 private static void setNotificationListenerServiceAllowed(ComponentName listenerComponent, in setNotificationListenerServiceAllowed() argument180 + listenerComponent.flattenToString(); in setNotificationListenerServiceAllowed()
922 final ComponentName listenerComponent = MyNotificationListenerService.getComponentName(); in registerNotificationListenerService() local923 assertTrue(listenerComponent + " has not been granted access", in registerNotificationListenerService()924 nm.isNotificationListenerAccessGranted(listenerComponent)); in registerNotificationListenerService()