Home
last modified time | relevance | path

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

/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DMyNotificationListenerService.java32 public class MyNotificationListenerService extends NotificationListenerService { class
74 return String.format("%s/%s", MyNotificationListenerService.class.getPackage().getName(), in getId()
75 MyNotificationListenerService.class.getName()); in getId()
79 return new ComponentName(MyNotificationListenerService.class.getPackage().getName(), in getComponentName()
80 MyNotificationListenerService.class.getName()); in getComponentName()
DAbstractRestrictBackgroundNetworkTestCase.java723 + MyNotificationListenerService.getId()); in registerNotificationListenerService()
725 final ComponentName listenerComponent = MyNotificationListenerService.getComponentName(); in registerNotificationListenerService()