HomeSort by relevance Sort by last modified time
    Searched refs:NotificationRankingUpdate (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/java/android/service/notification/
NotificationRankingUpdate.aidl 19 parcelable NotificationRankingUpdate;
INotificationListener.aidl 25 import android.service.notification.NotificationRankingUpdate;
31 void onListenerConnected(in NotificationRankingUpdate update);
33 in NotificationRankingUpdate update);
36 in NotificationRankingUpdate update, in NotificationStats stats, int reason);
37 void onNotificationRankingUpdate(in NotificationRankingUpdate update);
NotificationRankingUpdate.java 25 public class NotificationRankingUpdate implements Parcelable {
41 public NotificationRankingUpdate(String[] keys, String[] interceptedKeys,
61 public NotificationRankingUpdate(Parcel in) {
100 public static final Parcelable.Creator<NotificationRankingUpdate> CREATOR
101 = new Parcelable.Creator<NotificationRankingUpdate>() {
102 public NotificationRankingUpdate createFromParcel(Parcel parcel) {
103 return new NotificationRankingUpdate(parcel);
106 public NotificationRankingUpdate[] newArray(int size) {
107 return new NotificationRankingUpdate[size];
NotificationListenerService.java     [all...]
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
NotificationListenerServiceTest.java 41 import android.service.notification.NotificationRankingUpdate;
97 private NotificationRankingUpdate generateUpdate() {
128 NotificationRankingUpdate update = new NotificationRankingUpdate(mKeys,
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java 159 import android.service.notification.NotificationRankingUpdate;
    [all...]
  /frameworks/base/config/
boot-image-profile.txt     [all...]
preloaded-classes     [all...]

Completed in 266 milliseconds