Searched refs:NotificationListenerService (Results 1 – 25 of 26) sorted by relevance
12
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 18 import static android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_MIN; 19 import static android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_UNSPECIFI… 20 import static android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_DEFAULT; 21 import static android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_HIGH; 22 import static android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_LOW; 23 import static android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_MAX; 33 import android.service.notification.NotificationListenerService; 274 + NotificationListenerService.Ranking.importanceToString(mUserImportance)); in dump() 276 + NotificationListenerService.Ranking.importanceToString(mImportance)); in dump() 377 if (mUserImportance != NotificationListenerService.Ranking.IMPORTANCE_UNSPECIFIED) { in applyUserImportance() [all …]
|
D | NotificationIntrusivenessExtractor.java | 21 import android.service.notification.NotificationListenerService; 47 if (record.getImportance() >= NotificationListenerService.Ranking.IMPORTANCE_DEFAULT) { in process()
|
D | ZenLog.java | 27 import android.service.notification.NotificationListenerService; 189 case NotificationListenerService.HINT_HOST_DISABLE_EFFECTS : return "disable_effects"; in hintsToString()
|
D | NotificationManagerService.java | 34 import static android.service.notification.NotificationListenerService.HINT_HOST_DISABLE_EFFECTS; 35 import static android.service.notification.NotificationListenerService.HINT_HOST_DISABLE_NOTIFICATI… 36 import static android.service.notification.NotificationListenerService.HINT_HOST_DISABLE_CALL_EFFEC… 37 import static android.service.notification.NotificationListenerService.SUPPRESSED_EFFECT_SCREEN_OFF; 38 import static android.service.notification.NotificationListenerService.SUPPRESSED_EFFECT_SCREEN_ON; 39 import static android.service.notification.NotificationListenerService.TRIM_FULL; 40 import static android.service.notification.NotificationListenerService.TRIM_LIGHT; 41 import static android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_DEFAULT; 42 import static android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_NONE; 109 import android.service.notification.NotificationListenerService; [all …]
|
D | RankingHelper.java | 23 import android.service.notification.NotificationListenerService.Ranking;
|
D | NotificationUsageStats.java | 19 import static android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_HIGH;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationGuts.java | 32 import android.service.notification.NotificationListenerService; 33 import android.service.notification.NotificationListenerService.Ranking; 181 mStartingUserImportance = NotificationListenerService.Ranking.IMPORTANCE_UNSPECIFIED; in bindImportance() 275 if (importance == NotificationListenerService.Ranking.IMPORTANCE_LOW) { in bindToggles() 291 NotificationListenerService.Ranking.IMPORTANCE_MIN in bindSlider() 292 : NotificationListenerService.Ranking.IMPORTANCE_NONE; in bindSlider() 293 mSeekBar.setMax(NotificationListenerService.Ranking.IMPORTANCE_MAX); in bindSlider()
|
D | NotificationData.java | 22 import android.service.notification.NotificationListenerService; 23 import android.service.notification.NotificationListenerService.Ranking; 24 import android.service.notification.NotificationListenerService.RankingMap; 302 & NotificationListenerService.SUPPRESSED_EFFECT_SCREEN_OFF) != 0; in shouldSuppressScreenOff() 311 & NotificationListenerService.SUPPRESSED_EFFECT_SCREEN_ON) != 0; in shouldSuppressScreenOn()
|
D | BaseStatusBar.java | 62 import android.service.notification.NotificationListenerService; 63 import android.service.notification.NotificationListenerService.RankingMap; 125 import static android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_HIGH; 602 private final NotificationListenerService mNotificationListener = 603 new NotificationListenerService() {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/ |
D | TvStatusBar.java | 22 import android.service.notification.NotificationListenerService.RankingMap;
|
/frameworks/base/media/java/android/media/session/ |
D | MediaSessionManager.java | 31 import android.service.notification.NotificationListenerService;
|
/frameworks/base/packages/ExtServices/src/android/ext/services/notification/ |
D | Ranker.java | 19 import static android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_UNSPECIFI…
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationRankerService.java | 44 public abstract class NotificationRankerService extends NotificationListenerService {
|
D | NotificationListenerService.java | 79 public abstract class NotificationListenerService extends Service { class 81 private final String TAG = NotificationListenerService.class.getSimpleName()
|
/frameworks/base/docs/html/sdk/api_diff/21/ |
D | missingSinces.txt | 77 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/services/core/java/com/android/server/vr/ |
D | VrManagerService.java | 44 import android.service.notification.NotificationListenerService; 706 userId, NotificationListenerService.SERVICE_INTERFACE, in grantNotificationListenerAccess()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/notification/ |
D | BuzzBeepBlinkTest.java | 29 import android.service.notification.NotificationListenerService.Ranking;
|
/frameworks/base/core/java/android/app/ |
D | NotificationManager.java | 39 import android.service.notification.NotificationListenerService.Ranking;
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.4.jd | 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…
|
D | android-4.3.jd | 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.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PhoneStatusBar.java | 94 import android.service.notification.NotificationListenerService; 95 import android.service.notification.NotificationListenerService.RankingMap; 1533 < NotificationListenerService.Ranking.IMPORTANCE_MAX) { in addNotification()
|
/frameworks/base/ |
D | compiled-classes-phone | 3612 android.service.notification.NotificationListenerService 3613 android.service.notification.NotificationListenerService$MyHandler 3614 android.service.notification.NotificationListenerService$NotificationListenerWrapper 3615 android.service.notification.NotificationListenerService$Ranking 3616 android.service.notification.NotificationListenerService$RankingMap 3617 android.service.notification.NotificationListenerService$RankingMap$1
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 27041 public abstract class NotificationListenerService extends android.app.Service { 27042 ctor public NotificationListenerService(); 27051 …method public android.service.notification.NotificationListenerService.RankingMap getCurrentRankin… 27057 …tification.StatusBarNotification, android.service.notification.NotificationListenerService.Ranking… 27058 … void onNotificationRankingUpdate(android.service.notification.NotificationListenerService.Ranking… 27060 …tification.StatusBarNotification, android.service.notification.NotificationListenerService.Ranking… 27067 …al java.lang.String SERVICE_INTERFACE = "android.service.notification.NotificationListenerService"; 27070 public static class NotificationListenerService.Ranking { 27071 ctor public NotificationListenerService.Ranking(); 27078 public static class NotificationListenerService.RankingMap implements android.os.Parcelable { [all …]
|
/frameworks/base/api/ |
D | system-current.txt | 37502 public abstract class NotificationListenerService extends android.app.Service { 37503 ctor public NotificationListenerService(); 37514 …method public android.service.notification.NotificationListenerService.RankingMap getCurrentRankin… 37521 …tification.StatusBarNotification, android.service.notification.NotificationListenerService.Ranking… 37522 … void onNotificationRankingUpdate(android.service.notification.NotificationListenerService.Ranking… 37524 …tification.StatusBarNotification, android.service.notification.NotificationListenerService.Ranking… 37541 …al java.lang.String SERVICE_INTERFACE = "android.service.notification.NotificationListenerService"; 37548 public static class NotificationListenerService.Ranking { 37549 ctor public NotificationListenerService.Ranking(); 37560 public static class NotificationListenerService.RankingMap implements android.os.Parcelable { [all …]
|
D | current.txt | 34727 public abstract class NotificationListenerService extends android.app.Service { 34728 ctor public NotificationListenerService(); 34737 …method public android.service.notification.NotificationListenerService.RankingMap getCurrentRankin… 34744 …tification.StatusBarNotification, android.service.notification.NotificationListenerService.Ranking… 34745 … void onNotificationRankingUpdate(android.service.notification.NotificationListenerService.Ranking… 34747 …tification.StatusBarNotification, android.service.notification.NotificationListenerService.Ranking… 34761 …al java.lang.String SERVICE_INTERFACE = "android.service.notification.NotificationListenerService"; 34766 public static class NotificationListenerService.Ranking { 34767 ctor public NotificationListenerService.Ranking(); 34778 public static class NotificationListenerService.RankingMap implements android.os.Parcelable { [all …]
|
12