Searched defs:NotificationListenerService (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java69 * <action android:name="android.service.notification.NotificationListenerService" />
79 public abstract class NotificationListenerService extends Service { class in inherits:Service
80 // TAG = "NotificationListenerService[MySubclass]"
81 private final String TAG = NotificationListenerService.class.getSimpleName()
197 * This context is required for system services since NotificationListenerService isn't
208 = "android.service.notification.NotificationListenerService";
1112 * {@link NotificationListenerService.Ranking#VISIBILITY_NO_OVERRIDE} if

Completed in 908 milliseconds