Home
last modified time | relevance | path

Searched refs:listenerComponent (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/
DBaseNotificationListenerCheckTest.java177 private static void setNotificationListenerServiceAllowed(ComponentName listenerComponent, in setNotificationListenerServiceAllowed() argument
180 + listenerComponent.flattenToString(); in setNotificationListenerServiceAllowed()
/packages/modules/Connectivity/tests/cts/hostside-network-policy/app/src/com/android/cts/netpolicy/hostside/
DAbstractRestrictBackgroundNetworkTestCase.java922 final ComponentName listenerComponent = MyNotificationListenerService.getComponentName(); in registerNotificationListenerService() local
923 assertTrue(listenerComponent + " has not been granted access", in registerNotificationListenerService()
924 nm.isNotificationListenerAccessGranted(listenerComponent)); in registerNotificationListenerService()