Home
last modified time | relevance | path

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

12

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java18 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 …]
DNotificationIntrusivenessExtractor.java21 import android.service.notification.NotificationListenerService;
47 if (record.getImportance() >= NotificationListenerService.Ranking.IMPORTANCE_DEFAULT) { in process()
DZenLog.java27 import android.service.notification.NotificationListenerService;
189 case NotificationListenerService.HINT_HOST_DISABLE_EFFECTS : return "disable_effects"; in hintsToString()
DNotificationManagerService.java34 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 …]
DRankingHelper.java23 import android.service.notification.NotificationListenerService.Ranking;
DNotificationUsageStats.java19 import static android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_HIGH;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationGuts.java32 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()
DNotificationData.java22 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()
DBaseStatusBar.java62 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/
DTvStatusBar.java22 import android.service.notification.NotificationListenerService.RankingMap;
/frameworks/base/media/java/android/media/session/
DMediaSessionManager.java31 import android.service.notification.NotificationListenerService;
/frameworks/base/packages/ExtServices/src/android/ext/services/notification/
DRanker.java19 import static android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_UNSPECIFI…
/frameworks/base/core/java/android/service/notification/
DNotificationRankerService.java44 public abstract class NotificationRankerService extends NotificationListenerService {
DNotificationListenerService.java79 public abstract class NotificationListenerService extends Service { class
81 private final String TAG = NotificationListenerService.class.getSimpleName()
/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/services/core/java/com/android/server/vr/
DVrManagerService.java44 import android.service.notification.NotificationListenerService;
706 userId, NotificationListenerService.SERVICE_INTERFACE, in grantNotificationListenerAccess()
/frameworks/base/services/tests/servicestests/src/com/android/server/notification/
DBuzzBeepBlinkTest.java29 import android.service.notification.NotificationListenerService.Ranking;
/frameworks/base/core/java/android/app/
DNotificationManager.java39 import android.service.notification.NotificationListenerService.Ranking;
/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.java94 import android.service.notification.NotificationListenerService;
95 import android.service.notification.NotificationListenerService.RankingMap;
1533 < NotificationListenerService.Ranking.IMPORTANCE_MAX) { in addNotification()
/frameworks/base/
Dcompiled-classes-phone3612 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/
Dandroid-22.txt27041 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/
Dsystem-current.txt37502 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 …]
Dcurrent.txt34727 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