Home
last modified time | relevance | path

Searched refs:NotifyingApp (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotifyingAppTest.java22 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()
/aosp12/frameworks/base/core/java/android/service/notification/
H A DNotifyingApp.java28 public final class NotifyingApp implements Parcelable, Comparable<NotifyingApp> { class
34 public NotifyingApp() {} in NotifyingApp() method in NotifyingApp
36 protected NotifyingApp(Parcel in) { in NotifyingApp() method in NotifyingApp
49 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 …]
H A DNotifyingApp.aidl19 parcelable NotifyingApp;
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/notifications/
H A DRecentNotificationsAppsPreferenceController.java25 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 …]
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt53131 Landroid/service/notification/NotifyingApp;-><init>()V
53132 Landroid/service/notification/NotifyingApp;-><init>(Landroid/os/Parcel;)V
53133 Landroid/service/notification/NotifyingApp;->compareTo(Landroid/service/notification/NotifyingApp;)I
53135 Landroid/service/notification/NotifyingApp;->getLastNotified()J
53137 Landroid/service/notification/NotifyingApp;->getUid()I
53138 Landroid/service/notification/NotifyingApp;->mLastNotified:J
53139 Landroid/service/notification/NotifyingApp;->mPkg:Ljava/lang/String;
53140 Landroid/service/notification/NotifyingApp;->mUid:I
53141 Landroid/service/notification/NotifyingApp;->setLastNotified(J)Landroid/service/notification/Notify…
53142 Landroid/service/notification/NotifyingApp;->setPackage(Ljava/lang/String;)Landroid/service/notific…
[all …]
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes6320 android.service.notification.NotifyingApp$1
H A Dboot-image-profile.txt29736 Landroid/service/notification/NotifyingApp$1;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes6318 android.service.notification.NotifyingApp$1
H A Dboot-image-profile.txt39373 Landroid/service/notification/NotifyingApp$1;