Searched refs:NotificationListenerService (Results 1 – 15 of 15) sorted by relevance
57 public abstract class NotificationListenerService extends Service { class59 private final String TAG = NotificationListenerService.class.getSimpleName()621 NotificationListenerService.this.onNotificationPosted(sbn, mRankingMap); in onNotificationPosted()641 NotificationListenerService.this.onNotificationRemoved(sbn, mRankingMap); in onNotificationRemoved()653 NotificationListenerService.this.onListenerConnected(); in onListenerConnected()666 NotificationListenerService.this.onNotificationRankingUpdate(mRankingMap); in onNotificationRankingUpdate()675 NotificationListenerService.this.onListenerHintsChanged(hints); in onListenerHintsChanged()684 NotificationListenerService.this.onInterruptionFilterChanged(interruptionFilter); in onInterruptionFilterChanged()
42 import android.service.notification.NotificationListenerService;127 return NotificationListenerService.INTERRUPTION_FILTER_ALL; in getZenModeListenerInterruptionFilter()129 return NotificationListenerService.INTERRUPTION_FILTER_PRIORITY; in getZenModeListenerInterruptionFilter()131 return NotificationListenerService.INTERRUPTION_FILTER_NONE; in getZenModeListenerInterruptionFilter()140 case NotificationListenerService.INTERRUPTION_FILTER_ALL: in zenModeFromListenerInterruptionFilter()142 case NotificationListenerService.INTERRUPTION_FILTER_PRIORITY: in zenModeFromListenerInterruptionFilter()144 case NotificationListenerService.INTERRUPTION_FILTER_NONE: in zenModeFromListenerInterruptionFilter()
23 import android.service.notification.NotificationListenerService;141 NotificationListenerService.Ranking.VISIBILITY_NO_OVERRIDE); in readXml()153 if (vis != NotificationListenerService.Ranking.VISIBILITY_NO_OVERRIDE) { in readXml()204 if (visibility != NotificationListenerService.Ranking.VISIBILITY_NO_OVERRIDE) { in writeXml()325 int visibility = NotificationListenerService.Ranking.VISIBILITY_NO_OVERRIDE; in getPackageVisibilityOverride()329 NotificationListenerService.Ranking.VISIBILITY_NO_OVERRIDE); in getPackageVisibilityOverride()
19 import static android.service.notification.NotificationListenerService.HINT_HOST_DISABLE_EFFECTS;20 import static android.service.notification.NotificationListenerService.TRIM_FULL;21 import static android.service.notification.NotificationListenerService.TRIM_LIGHT;75 import android.service.notification.NotificationListenerService;2905 != NotificationListenerService.Ranking.VISIBILITY_NO_OVERRIDE) { in makeRankingUpdateLocked()2949 c.serviceInterface = NotificationListenerService.SERVICE_INTERFACE; in getConfig()
20 import android.service.notification.NotificationListenerService;21 import android.service.notification.NotificationListenerService.Ranking;22 import android.service.notification.NotificationListenerService.RankingMap;192 return NotificationListenerService.Ranking.VISIBILITY_NO_OVERRIDE; in getVisibilityOverride()
57 import android.service.notification.NotificationListenerService;58 import android.service.notification.NotificationListenerService.RankingMap;405 private final NotificationListenerService mNotificationListener =406 new NotificationListenerService() {
20 import android.service.notification.NotificationListenerService.RankingMap;
31 import android.service.notification.NotificationListenerService;
77 NO DOC BLOCK: android.service.notification.NotificationListenerService.Ranking Class78 NO DOC BLOCK: android.service.notification.NotificationListenerService.RankingMap Class283 NO DOC BLOCK: android.service.notification.NotificationListenerService Method cancelNotification(ja…284 NO DOC BLOCK: android.service.notification.NotificationListenerService Method cancelNotification(ja…285 NO DOC BLOCK: android.service.notification.NotificationListenerService Method cancelNotifications(j…380 NO DOC BLOCK: android.service.notification.NotificationListenerService Method getActiveNotification…426 NO DOC BLOCK: android.service.notification.NotificationListenerService Method getCurrentInterruptio…427 NO DOC BLOCK: android.service.notification.NotificationListenerService Method getCurrentListenerHin…428 NO DOC BLOCK: android.service.notification.NotificationListenerService Method getCurrentRanking()724 NO DOC BLOCK: android.service.notification.NotificationListenerService Method onInterruptionFilterC…[all …]
103 NO DOC BLOCK: android.service.notification.NotificationListenerService.Ranking Constructor ()183 NO DOC BLOCK: android.service.notification.NotificationListenerService Method getActiveNotification…222 NO DOC BLOCK: android.service.notification.NotificationListenerService Method getCurrentInterruptio…223 NO DOC BLOCK: android.service.notification.NotificationListenerService Method getCurrentListenerHin…432 NO DOC BLOCK: android.service.notification.NotificationListenerService.Ranking Method matchesInterr…453 NO DOC BLOCK: android.service.notification.NotificationListenerService Method onInterruptionFilterC…455 NO DOC BLOCK: android.service.notification.NotificationListenerService Method onListenerHintsChange…522 NO DOC BLOCK: android.service.notification.NotificationListenerService Method requestInterruptionFi…523 NO DOC BLOCK: android.service.notification.NotificationListenerService Method requestListenerHints(…953 NO DOC BLOCK: android.service.notification.NotificationListenerService Field HINT_HOST_DISABLE_EFFE…[all …]
315 …NotificationListenerService} class and implements the {@link android.media.RemoteController.OnClie…317 <p>The {@link android.service.notification.NotificationListenerService} class includes a couple abs…509 <p>Android 4.3 added the {@link android.service.notification.NotificationListenerService} APIs, all…
890 … adds a new service class, {@link android.service.notification.NotificationListenerService}, that …1166 <dd>Required to use the new {@link android.service.notification.NotificationListenerService} APIs.
82 import android.service.notification.NotificationListenerService;83 import android.service.notification.NotificationListenerService.RankingMap;1545 != NotificationListenerService.Ranking.VISIBILITY_NO_OVERRIDE; in packageHasVisibilityOverride()
28673 public abstract class NotificationListenerService extends android.app.Service {28674 ctor public NotificationListenerService();28685 …method public android.service.notification.NotificationListenerService.RankingMap getCurrentRankin…28691 …tification.StatusBarNotification, android.service.notification.NotificationListenerService.Ranking…28692 … void onNotificationRankingUpdate(android.service.notification.NotificationListenerService.Ranking…28694 …tification.StatusBarNotification, android.service.notification.NotificationListenerService.Ranking…28704 …al java.lang.String SERVICE_INTERFACE = "android.service.notification.NotificationListenerService";28709 public static class NotificationListenerService.Ranking {28710 ctor public NotificationListenerService.Ranking();28717 public static class NotificationListenerService.RankingMap implements android.os.Parcelable {[all …]
27043 public abstract class NotificationListenerService extends android.app.Service {27044 ctor public NotificationListenerService();27053 …method public android.service.notification.NotificationListenerService.RankingMap getCurrentRankin…27059 …tification.StatusBarNotification, android.service.notification.NotificationListenerService.Ranking…27060 … void onNotificationRankingUpdate(android.service.notification.NotificationListenerService.Ranking…27062 …tification.StatusBarNotification, android.service.notification.NotificationListenerService.Ranking…27069 …al java.lang.String SERVICE_INTERFACE = "android.service.notification.NotificationListenerService";27072 public static class NotificationListenerService.Ranking {27073 ctor public NotificationListenerService.Ranking();27080 public static class NotificationListenerService.RankingMap implements android.os.Parcelable {[all …]