HomeSort by relevance Sort by last modified time
    Searched refs:getNotificationRecord (Results 1 - 6 of 6) sorted by null

  /frameworks/base/services/tests/notification/src/com/android/server/notification/
SnoozeHelperTest.java 71 NotificationRecord r = getNotificationRecord("pkg", 1, "one", UserHandle.SYSTEM);
84 NotificationRecord r = getNotificationRecord("pkg", 1, "one", UserHandle.SYSTEM);
94 NotificationRecord r = getNotificationRecord("pkg", 1, "one", UserHandle.SYSTEM);
95 NotificationRecord r2 = getNotificationRecord("pkg", 2, "two", UserHandle.SYSTEM);
114 NotificationRecord r = getNotificationRecord("pkg", 1, "one", UserHandle.SYSTEM);
115 NotificationRecord r2 = getNotificationRecord("pkg", 2, "two", UserHandle.SYSTEM);
116 NotificationRecord r3 = getNotificationRecord("pkg", 3, "three", UserHandle.ALL);
140 NotificationRecord r = getNotificationRecord("pkg", 1, "one", UserHandle.SYSTEM);
141 NotificationRecord r2 = getNotificationRecord("pkg", 2, "two", UserHandle.SYSTEM);
142 NotificationRecord r3 = getNotificationRecord("pkg2", 3, "three", UserHandle.SYSTEM)
    [all...]
BadgeExtractorTest.java 61 private NotificationRecord getNotificationRecord(boolean showBadge, int importanceHigh) {
90 NotificationRecord r = getNotificationRecord(false, IMPORTANCE_UNSPECIFIED);
104 NotificationRecord r = getNotificationRecord(true, IMPORTANCE_HIGH);
118 NotificationRecord r = getNotificationRecord(true, IMPORTANCE_UNSPECIFIED);
132 NotificationRecord r = getNotificationRecord(false, IMPORTANCE_UNSPECIFIED);
146 NotificationRecord r = getNotificationRecord(true, IMPORTANCE_HIGH);
ImportanceExtractorTest.java 62 private NotificationRecord getNotificationRecord(NotificationChannel channel) {
90 NotificationRecord r = getNotificationRecord(channel);
109 NotificationRecord r = getNotificationRecord(channel);
BuzzBeepBlinkTest.java 160 return getNotificationRecord(mOtherId, false /* insistent */, false /* once */,
165 return getNotificationRecord(mId, false /* insistent */, false /* once */,
170 return getNotificationRecord(mId, false /* insistent */, true /* once */,
175 return getNotificationRecord(mId, false /* insistent */, false /* once */,
180 return getNotificationRecord(mOtherId, false /* insistent */, false /* once */,
185 return getNotificationRecord(mId, false /* insistent */, true /* once */,
190 return getNotificationRecord(mId, true /* insistent */, false /* once */,
200 return getNotificationRecord(mId, false /* insistent */, false /* once */,
205 return getNotificationRecord(mId, false /* insistent */, true /* once */,
210 return getNotificationRecord(mId, true /* insistent */, false /* once */
    [all...]
NotificationManagerServiceTest.java 466 mNotificationManagerService.getNotificationRecord(sbn.getKey()).getImportance());
494 assertNull(mNotificationManagerService.getNotificationRecord(sbn.getKey()));
524 assertNull(mNotificationManagerService.getNotificationRecord(sbn.getKey()));
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java     [all...]

Completed in 163 milliseconds