Home
last modified time | relevance | path

Searched refs:getAgeInMinutes (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecordLogger.java547 this.age_in_minutes = NotificationRecordLogger.getAgeInMinutes( in NotificationReported()
615 static int getAgeInMinutes(long postTimeMs, long whenMs) { in getAgeInMinutes() method
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationRecordLoggerTest.java241 int age = NotificationRecordLogger.getAgeInMinutes(postTimeMs, whenMs); in testGetAgeInMinutes()