Home
last modified time | relevance | path

Searched refs:getLastNotified (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/java/android/service/notification/
H A DNotifyingApp.java66 public long getLastNotified() { in getLastNotified() method in NotifyingApp
108 && getLastNotified() == that.getLastNotified() in equals()
114 return Objects.hash(getUserId(), mPkg, getLastNotified()); in hashCode()
122 if (getLastNotified() == o.getLastNotified()) { in compareTo()
129 return -Long.compare(getLastNotified(), o.getLastNotified()); in compareTo()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotifyingAppTest.java40 assertEquals(0, na.getLastNotified()); in testConstructor()
62 assertEquals((long) 8000, na.getLastNotified()); in testLastNotified()
76 assertEquals(na.getLastNotified(), na1.getLastNotified()); in testWriteToParcel()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/notifications/
H A DRecentNotificationsAppsPreferenceController.java149 if (event.getTimeStamp() > app.getLastNotified()) { in reloadData()
204 pref.setSummary(DateUtils.getRelativeTimeSpanString(app.getLastNotified(), in displayRecentApps()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt53135 Landroid/service/notification/NotifyingApp;->getLastNotified()J