Searched refs:mUpdateTimeMs (Results 1 – 2 of 2) sorted by relevance
127 final long mUpdateTimeMs; field in NotificationRecord202 mUpdateTimeMs = mCreationTimeMs; in NotificationRecord()557 pw.println(prefix + "mUpdateTimeMs=" + mUpdateTimeMs); in dump()855 return (int) (now - mUpdateTimeMs); in getFreshnessMs()
944 assertTrue(record.isNewEnoughForAlerting(record.mUpdateTimeMs)); in testIsNewEnoughForAlerting_new()954 assertFalse(record.isNewEnoughForAlerting(record.mUpdateTimeMs + (1000 * 60 * 60))); in testIsNewEnoughForAlerting_old()