Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java1038 public int getInterruptionMs(long now) { in getInterruptionMs() method in NotificationRecord
1191 getInterruptionMs(now))); in setInterruptive()
1192 MetricsLogger.histogram(mContext, "note_interruptive", getInterruptionMs(now)); in setInterruptive()
1465 getInterruptionMs(now)); in getLogMaker()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationRecordTest.java515 assertEquals(record.getInterruptionMs(timestamp), in testLogMaker()