Searched refs:NotificationRankingUpdate (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/service/notification/ |
D | NotificationRankingUpdate.java | 25 public class NotificationRankingUpdate implements Parcelable { class 39 public NotificationRankingUpdate(String[] keys, String[] interceptedKeys, in NotificationRankingUpdate() method in NotificationRankingUpdate 57 public NotificationRankingUpdate(Parcel in) { in NotificationRankingUpdate() method in NotificationRankingUpdate 92 public static final Parcelable.Creator<NotificationRankingUpdate> CREATOR 93 = new Parcelable.Creator<NotificationRankingUpdate>() { 94 public NotificationRankingUpdate createFromParcel(Parcel parcel) { 95 return new NotificationRankingUpdate(parcel); 98 public NotificationRankingUpdate[] newArray(int size) { 99 return new NotificationRankingUpdate[size];
|
D | INotificationListener.aidl | 24 import android.service.notification.NotificationRankingUpdate; 30 void onListenerConnected(in NotificationRankingUpdate update); in onListenerConnected() 32 in NotificationRankingUpdate update); in onNotificationPosted() 34 in NotificationRankingUpdate update, int reason); in onNotificationRemoved() 35 void onNotificationRankingUpdate(in NotificationRankingUpdate update); in onNotificationRankingUpdate()
|
D | NotificationRankingUpdate.aidl | 19 parcelable NotificationRankingUpdate;
|
D | NotificationListenerService.java | 1158 NotificationRankingUpdate update) { in onNotificationPosted() 1198 NotificationRankingUpdate update, int reason) { in onNotificationRemoved() 1220 public void onListenerConnected(NotificationRankingUpdate update) { in onListenerConnected() 1230 public void onNotificationRankingUpdate(NotificationRankingUpdate update) in onNotificationRankingUpdate() 1296 public final void applyUpdateLocked(NotificationRankingUpdate update) { in applyUpdateLocked() 1518 private final NotificationRankingUpdate mRankingUpdate; 1531 private RankingMap(NotificationRankingUpdate rankingUpdate) { 1789 NotificationRankingUpdate rankingUpdate = source.readParcelable(null);
|
/frameworks/base/services/tests/notification/src/com/android/server/notification/ |
D | NotificationListenerServiceTest.java | 28 import android.service.notification.NotificationRankingUpdate; 66 private NotificationRankingUpdate generateUpdate() { in generateUpdate() 93 NotificationRankingUpdate update = new NotificationRankingUpdate(mKeys, in generateUpdate()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 127 import android.service.notification.NotificationRankingUpdate; 4839 private NotificationRankingUpdate makeRankingUpdateLocked(ManagedServiceInfo info) { in makeRankingUpdateLocked() 4885 return new NotificationRankingUpdate(keysAr, interceptedKeysAr, visibilityOverrides, in makeRankingUpdateLocked() 5106 final NotificationRankingUpdate update; in onServiceAdded() 5159 final NotificationRankingUpdate update = makeRankingUpdateLocked(info); in notifyPostedLocked() 5196 final NotificationRankingUpdate update = makeRankingUpdateLocked(info); in notifyRemovedLocked() 5215 final NotificationRankingUpdate update = makeRankingUpdateLocked(serviceInfo); in notifyRankingUpdateLocked() 5300 final StatusBarNotification sbn, NotificationRankingUpdate rankingUpdate) { in notifyPosted() 5311 NotificationRankingUpdate rankingUpdate, int reason) { in notifyRemoved() 5325 NotificationRankingUpdate rankingUpdate) { in notifyRankingUpdate()
|
/frameworks/base/services/ |
D | profile-classes | 2336 Landroid/service/notification/NotificationRankingUpdate; 2337 Landroid/service/notification/NotificationRankingUpdate$1;
|
/frameworks/base/ |
D | compiled-classes-phone | 3710 android.service.notification.NotificationRankingUpdate 3711 android.service.notification.NotificationRankingUpdate$1
|