FileDocCategorySizeDatePackage
NotificationListenerService.javaAPI DocAndroid 5.1 API4076Sat Mar 14 14:09:38 GMT 2015android.service.notification

NotificationListenerService

public abstract class NotificationListenerService extends android.app.Service

Fields Summary
public static final int
HINT_HOST_DISABLE_EFFECTS
public static final int
INTERRUPTION_FILTER_ALL
public static final int
INTERRUPTION_FILTER_NONE
public static final int
INTERRUPTION_FILTER_PRIORITY
public static final String
SERVICE_INTERFACE
Constructors Summary
public NotificationListenerService()

 CREATOR = null;  throw new RuntimeException("Stub!"); 
Methods Summary
public final voidcancelAllNotifications()

 throw new RuntimeException("Stub!"); 
public final voidcancelNotification(java.lang.String pkg, java.lang.String tag, int id)

 throw new RuntimeException("Stub!"); 
public final voidcancelNotification(java.lang.String key)

 throw new RuntimeException("Stub!"); 
public final voidcancelNotifications(java.lang.String[] keys)

 throw new RuntimeException("Stub!"); 
public android.service.notification.StatusBarNotification[]getActiveNotifications()

 throw new RuntimeException("Stub!"); 
public android.service.notification.StatusBarNotification[]getActiveNotifications(java.lang.String[] keys)

 throw new RuntimeException("Stub!"); 
public final intgetCurrentInterruptionFilter()

 throw new RuntimeException("Stub!"); 
public final intgetCurrentListenerHints()

 throw new RuntimeException("Stub!"); 
public android.service.notification.NotificationListenerService$RankingMapgetCurrentRanking()

 throw new RuntimeException("Stub!"); 
public android.os.IBinderonBind(android.content.Intent intent)

 throw new RuntimeException("Stub!"); 
public voidonInterruptionFilterChanged(int interruptionFilter)

 throw new RuntimeException("Stub!"); 
public voidonListenerConnected()

 throw new RuntimeException("Stub!"); 
public voidonListenerHintsChanged(int hints)

 throw new RuntimeException("Stub!"); 
public voidonNotificationPosted(android.service.notification.StatusBarNotification sbn)

 throw new RuntimeException("Stub!"); 
public voidonNotificationPosted(android.service.notification.StatusBarNotification sbn, android.service.notification.NotificationListenerService$RankingMap rankingMap)

 throw new RuntimeException("Stub!"); 
public voidonNotificationRankingUpdate(android.service.notification.NotificationListenerService$RankingMap rankingMap)

 throw new RuntimeException("Stub!"); 
public voidonNotificationRemoved(android.service.notification.StatusBarNotification sbn)

 throw new RuntimeException("Stub!"); 
public voidonNotificationRemoved(android.service.notification.StatusBarNotification sbn, android.service.notification.NotificationListenerService$RankingMap rankingMap)

 throw new RuntimeException("Stub!"); 
public final voidrequestInterruptionFilter(int interruptionFilter)

 throw new RuntimeException("Stub!"); 
public final voidrequestListenerHints(int hints)

 throw new RuntimeException("Stub!");