Searched refs:NotifyingApp (Results 1 – 9 of 9) sorted by relevance
22 import android.service.notification.NotifyingApp;38 NotifyingApp na = new NotifyingApp(); in testConstructor()46 NotifyingApp na = new NotifyingApp(); in testPackage()53 NotifyingApp na = new NotifyingApp(); in testUserId()60 NotifyingApp na = new NotifyingApp(); in testLastNotified()67 NotifyingApp na = new NotifyingApp(); in testWriteToParcel()75 NotifyingApp na1 = NotifyingApp.CREATOR.createFromParcel(parcel); in testWriteToParcel()83 NotifyingApp na1 = new NotifyingApp(); in testCompareTo()88 NotifyingApp na2 = new NotifyingApp(); in testCompareTo()
28 public final class NotifyingApp implements Parcelable, Comparable<NotifyingApp> { class34 public NotifyingApp() {} in NotifyingApp() method in NotifyingApp36 protected NotifyingApp(Parcel in) { in NotifyingApp() method in NotifyingApp49 public NotifyingApp setUserId(int mUserId) { in setUserId()78 public static final @NonNull Creator<NotifyingApp> CREATOR = new Creator<NotifyingApp>() {80 public NotifyingApp createFromParcel(Parcel in) {81 return new NotifyingApp(in);85 public NotifyingApp[] newArray(int size) {86 return new NotifyingApp[size];106 NotifyingApp that = (NotifyingApp) o; in equals()[all …]
19 parcelable NotifyingApp;
25 import android.service.notification.NotifyingApp;65 private List<NotifyingApp> mApps;110 List<NotifyingApp> recentApps = getDisplayableRecentAppList(); in refresh()135 ArrayMap<String, NotifyingApp> aggregatedStats = new ArrayMap<>(); in reloadData()141 NotifyingApp app = in reloadData()144 app = new NotifyingApp(); in reloadData()159 private List<NotifyingApp> getDisplayableRecentAppList() { in getDisplayableRecentAppList()161 List<NotifyingApp> displayableApps = new ArrayList<>(mRecentAppsMaxCount); in getDisplayableRecentAppList()163 for (NotifyingApp app : mApps) { in getDisplayableRecentAppList()182 private void displayRecentApps(List<NotifyingApp> recentApps) { in displayRecentApps()[all …]
53131 Landroid/service/notification/NotifyingApp;-><init>()V53132 Landroid/service/notification/NotifyingApp;-><init>(Landroid/os/Parcel;)V53133 Landroid/service/notification/NotifyingApp;->compareTo(Landroid/service/notification/NotifyingApp;)I53135 Landroid/service/notification/NotifyingApp;->getLastNotified()J53137 Landroid/service/notification/NotifyingApp;->getUid()I53138 Landroid/service/notification/NotifyingApp;->mLastNotified:J53139 Landroid/service/notification/NotifyingApp;->mPkg:Ljava/lang/String;53140 Landroid/service/notification/NotifyingApp;->mUid:I53141 Landroid/service/notification/NotifyingApp;->setLastNotified(J)Landroid/service/notification/Notify…53142 Landroid/service/notification/NotifyingApp;->setPackage(Ljava/lang/String;)Landroid/service/notific…[all …]
6320 android.service.notification.NotifyingApp$1
29736 Landroid/service/notification/NotifyingApp$1;
6318 android.service.notification.NotifyingApp$1
39373 Landroid/service/notification/NotifyingApp$1;