Searched refs:mLastNotified (Results 1 – 3 of 3) sorted by relevance
31 private long mLastNotified; field in NotifyingApp38 mLastNotified = in.readLong(); in NotifyingApp()66 return mLastNotified; in getLastNotified()72 public NotifyingApp setLastNotified(long mLastNotified) { in setLastNotified() argument73 this.mLastNotified = mLastNotified; in setLastNotified()98 dest.writeLong(mLastNotified); in writeToParcel()136 + ", mLastNotified=" + mLastNotified in toString()
200 (task.mLastNotified.getTime() < in run()251 Date mLastNotified; field in DocumentLoader.LoaderTask266 mLastNotified = new Date(); in LoaderTask()424 mLastNotified = new Date(); in notify()
68289 Landroid/service/notification/NotifyingApp;->mLastNotified:J