protected class NotificationListenerService.NotificationListenerWrapper
extends INotificationListener.Stub
Modifier | Constructor and Description |
---|---|
protected |
NotificationListenerWrapper() |
Modifier and Type | Method and Description |
---|---|
void |
onInterruptionFilterChanged(int interruptionFilter) |
void |
onListenerConnected(NotificationRankingUpdate update) |
void |
onListenerHintsChanged(int hints) |
void |
onNotificationActionClick(String key,
long time,
int actionIndex) |
void |
onNotificationClick(String key,
long time) |
void |
onNotificationEnqueued(IStatusBarNotificationHolder notificationHolder,
int importance,
boolean user) |
void |
onNotificationPosted(IStatusBarNotificationHolder sbnHolder,
NotificationRankingUpdate update) |
void |
onNotificationRankingUpdate(NotificationRankingUpdate update) |
void |
onNotificationRemoved(IStatusBarNotificationHolder sbnHolder,
NotificationRankingUpdate update) |
void |
onNotificationRemovedReason(String key,
long time,
int reason) |
void |
onNotificationVisibilityChanged(String key,
long time,
boolean visible) |
public void onNotificationPosted(IStatusBarNotificationHolder sbnHolder, NotificationRankingUpdate update)
public void onNotificationRemoved(IStatusBarNotificationHolder sbnHolder, NotificationRankingUpdate update)
public void onListenerConnected(NotificationRankingUpdate update)
public void onNotificationRankingUpdate(NotificationRankingUpdate update) throws RemoteException
RemoteException
public void onListenerHintsChanged(int hints) throws RemoteException
RemoteException
public void onInterruptionFilterChanged(int interruptionFilter) throws RemoteException
RemoteException
public void onNotificationEnqueued(IStatusBarNotificationHolder notificationHolder, int importance, boolean user) throws RemoteException
RemoteException
public void onNotificationVisibilityChanged(String key, long time, boolean visible) throws RemoteException
RemoteException
public void onNotificationClick(String key, long time) throws RemoteException
RemoteException
public void onNotificationActionClick(String key, long time, int actionIndex) throws RemoteException
RemoteException
public void onNotificationRemovedReason(String key, long time, int reason) throws RemoteException
RemoteException