Searched refs:MyNotificationListenerService (Results 1 – 2 of 2) sorted by relevance
32 public class MyNotificationListenerService extends NotificationListenerService { class74 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()
723 + MyNotificationListenerService.getId()); in registerNotificationListenerService()725 final ComponentName listenerComponent = MyNotificationListenerService.getComponentName(); in registerNotificationListenerService()