File
Doc
Category
Size
Date
Package
NotificationListenerService.java
API Doc
Android 5.1 API
4871
Sat Mar 14 14:10:06 GMT 2015
android.service.notification
NotificationListenerService
java.lang.Object
android.app.Service
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
public static final int
TRIM_FULL
public static final int
TRIM_LIGHT
Constructors Summary
public NotificationListenerService
()
CREATOR = null; throw new RuntimeException("Stub!");
Methods Summary
public final void
cancelAllNotifications
()
throw new RuntimeException("Stub!");
public final void
cancelNotification
(
java.lang.String
pkg,
java.lang.String
tag,
int
id)
throw new RuntimeException("Stub!");
public final void
cancelNotification
(
java.lang.String
key)
throw new RuntimeException("Stub!");
public final void
cancelNotifications
(
java.lang.String[]
keys)
throw new RuntimeException("Stub!");
public
android.service.notification.StatusBarNotification
[]
getActiveNotifications
()
throw new RuntimeException("Stub!");
public
android.service.notification.StatusBarNotification
[]
getActiveNotifications
(
int
trim)
throw new RuntimeException("Stub!");
public
android.service.notification.StatusBarNotification
[]
getActiveNotifications
(
java.lang.String[]
keys)
throw new RuntimeException("Stub!");
public
android.service.notification.StatusBarNotification
[]
getActiveNotifications
(
java.lang.String[]
keys,
int
trim)
throw new RuntimeException("Stub!");
public final
int
getCurrentInterruptionFilter
()
throw new RuntimeException("Stub!");
public final
int
getCurrentListenerHints
()
throw new RuntimeException("Stub!");
public
android.service.notification.NotificationListenerService$RankingMap
getCurrentRanking
()
throw new RuntimeException("Stub!");
public
android.os.IBinder
onBind
(
android.content.Intent
intent)
throw new RuntimeException("Stub!");
public void
onInterruptionFilterChanged
(
int
interruptionFilter)
throw new RuntimeException("Stub!");
public void
onListenerConnected
()
throw new RuntimeException("Stub!");
public void
onListenerHintsChanged
(
int
hints)
throw new RuntimeException("Stub!");
public void
onNotificationPosted
(
android.service.notification.StatusBarNotification
sbn)
throw new RuntimeException("Stub!");
public void
onNotificationPosted
(
android.service.notification.StatusBarNotification
sbn,
android.service.notification.NotificationListenerService$RankingMap
rankingMap)
throw new RuntimeException("Stub!");
public void
onNotificationRankingUpdate
(
android.service.notification.NotificationListenerService$RankingMap
rankingMap)
throw new RuntimeException("Stub!");
public void
onNotificationRemoved
(
android.service.notification.StatusBarNotification
sbn)
throw new RuntimeException("Stub!");
public void
onNotificationRemoved
(
android.service.notification.StatusBarNotification
sbn,
android.service.notification.NotificationListenerService$RankingMap
rankingMap)
throw new RuntimeException("Stub!");
public void
registerAsSystemService
(
android.content.Context
context,
android.content.ComponentName
componentName,
int
currentUser)
throw new RuntimeException("Stub!");
public final void
requestInterruptionFilter
(
int
interruptionFilter)
throw new RuntimeException("Stub!");
public final void
requestListenerHints
(
int
hints)
throw new RuntimeException("Stub!");
public final void
setOnNotificationPostedTrim
(
int
trim)
throw new RuntimeException("Stub!");
public void
unregisterAsSystemService
()
throw new RuntimeException("Stub!");
Java Code Source