Searched refs:getLastNotified (Results 1 – 4 of 4) sorted by relevance
66 public long getLastNotified() { in getLastNotified() method in NotifyingApp108 && 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()
40 assertEquals(0, na.getLastNotified()); in testConstructor()62 assertEquals((long) 8000, na.getLastNotified()); in testLastNotified()76 assertEquals(na.getLastNotified(), na1.getLastNotified()); in testWriteToParcel()
149 if (event.getTimeStamp() > app.getLastNotified()) { in reloadData()204 pref.setSummary(DateUtils.getRelativeTimeSpanString(app.getLastNotified(), in displayRecentApps()
53135 Landroid/service/notification/NotifyingApp;->getLastNotified()J