Searched refs:getSnoozeTimeForUnpostedNotification (Results 1 – 5 of 5) sorted by relevance
114 .getSnoozeTimeForUnpostedNotification(0, "pkg", "key")); in testWriteXMLformattedCorrectly_testReadingCorrectTime()178 0 < mSnoozeHelper.getSnoozeTimeForUnpostedNotification( in testReadValidSnoozedFromCorrectly_timeDeadline()203 System.currentTimeMillis() > mSnoozeHelper.getSnoozeTimeForUnpostedNotification( in testReadExpiredSnoozedNotification()216 mSnoozeHelper.getSnoozeTimeForUnpostedNotification( in testReadNoneSnoozedNotification()367 assertThat(mSnoozeHelper.getSnoozeTimeForUnpostedNotification(UserHandle.USER_SYSTEM,661 assertThat(mSnoozeHelper.getSnoozeTimeForUnpostedNotification(UserHandle.USER_SYSTEM, "pkg",755 assertFalse(0L == mSnoozeHelper.getSnoozeTimeForUnpostedNotification(758 assertFalse(0L == mSnoozeHelper.getSnoozeTimeForUnpostedNotification(781 assertEquals(0L, mSnoozeHelper.getSnoozeTimeForUnpostedNotification(784 assertEquals(0L, mSnoozeHelper.getSnoozeTimeForUnpostedNotification([all …]
132 protected Long getSnoozeTimeForUnpostedNotification(int userId, String pkg, String key) { in getSnoozeTimeForUnpostedNotification() method in SnoozeHelper
346 + sh.getSnoozeTimeForUnpostedNotification( in onCommand()
7804 mSnoozeHelper.getSnoozeTimeForUnpostedNotification(
5361 HSPLcom/android/server/notification/SnoozeHelper;->getSnoozeTimeForUnpostedNotification(ILjava/lang…