Home
last modified time | relevance | path

Searched refs:NotificationListenerService (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java57 public abstract class NotificationListenerService extends Service { class
59 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()
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeHelper.java42 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()
DRankingHelper.java23 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()
DNotificationManagerService.java19 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java20 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()
DBaseStatusBar.java57 import android.service.notification.NotificationListenerService;
58 import android.service.notification.NotificationListenerService.RankingMap;
405 private final NotificationListenerService mNotificationListener =
406 new NotificationListenerService() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
DTvStatusBar.java20 import android.service.notification.NotificationListenerService.RankingMap;
/frameworks/base/media/java/android/media/session/
DMediaSessionManager.java31 import android.service.notification.NotificationListenerService;
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt77 NO DOC BLOCK: android.service.notification.NotificationListenerService.Ranking Class
78 NO DOC BLOCK: android.service.notification.NotificationListenerService.RankingMap Class
283 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 …]
/frameworks/base/docs/html/sdk/api_diff/preview-21/
DmissingSinces.txt103 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 …]
/frameworks/base/docs/html/about/versions/
Dandroid-4.4.jd315NotificationListenerService} 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…
Dandroid-4.3.jd890 … adds a new service class, {@link android.service.notification.NotificationListenerService}, that …
1166 <dd>Required to use the new {@link android.service.notification.NotificationListenerService} APIs.
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java82 import android.service.notification.NotificationListenerService;
83 import android.service.notification.NotificationListenerService.RankingMap;
1545 != NotificationListenerService.Ranking.VISIBILITY_NO_OVERRIDE; in packageHasVisibilityOverride()
/frameworks/base/api/
Dsystem-current.txt28673 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 …]
Dcurrent.txt27043 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 …]