Searched refs:getAgeInMinutes (Results 1 – 2 of 2) sorted by relevance
547 this.age_in_minutes = NotificationRecordLogger.getAgeInMinutes( in NotificationReported()615 static int getAgeInMinutes(long postTimeMs, long whenMs) { in getAgeInMinutes() method
241 int age = NotificationRecordLogger.getAgeInMinutes(postTimeMs, whenMs); in testGetAgeInMinutes()