/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | SnoozeHelperTest.java | 164 mSnoozeHelper.snooze(r, 999999999); in testReadValidSnoozedFromCorrectly_timeDeadline() 187 mSnoozeHelper.snooze(r, 0); in testReadExpiredSnoozedNotification() 212 mSnoozeHelper.snooze(r, 0); in testReadNoneSnoozedNotification() 250 mSnoozeHelper.snooze(r, 0); in testLongTagPersistedNotification() 280 mSnoozeHelper.snooze(r, 1000); in testSnoozeForTime() 293 mSnoozeHelper.snooze(r, 1000); 304 mSnoozeHelper.snooze(r, (String) null); 319 mSnoozeHelper.snooze(r, null); 321 mSnoozeHelper.snooze(r, 9000); 378 mSnoozeHelper.snooze(r, 1000); [all …]
|
D | NotificationListenerServiceTest.java | 323 ArrayList<SnoozeCriterion> snooze = new ArrayList<>(); in getSnoozeCriteria() local 325 snooze.add(new SnoozeCriterion(key + i, getExplanation(key), key)); in getSnoozeCriteria() 327 return snooze; in getSnoozeCriteria()
|
D | NotificationManagerServiceTest.java | 4550 verify(mSnoozeHelper, never()).snooze(any(NotificationRecord.class), anyLong()); in testSnoozeRunnable_tooManySnoozed_singleNotification() 4571 verify(mSnoozeHelper, never()).snooze(any(NotificationRecord.class), anyLong()); in testSnoozeRunnable_tooManySnoozed_singleGroupChildNotification() 4595 verify(mSnoozeHelper, never()).snooze(any(NotificationRecord.class), anyLong()); in testSnoozeRunnable_tooManySnoozed_summaryNotification() 4614 verify(mSnoozeHelper, times(2)).snooze(any(NotificationRecord.class), anyLong()); in testSnoozeRunnable_reSnoozeASingleSnoozedNotification() 4632 verify(mSnoozeHelper, times(2)).snooze(any(NotificationRecord.class), anyLong()); in testSnoozeRunnable_reSnoozeASnoozedNotificationWithGroupKey() 4660 verify(mSnoozeHelper, times(4)).snooze(any(NotificationRecord.class), anyLong()); in testSnoozeRunnable_reSnoozeMultipleNotificationsWithGroupKey() 4679 verify(mSnoozeHelper, times(1)).snooze(any(NotificationRecord.class), anyLong()); in testSnoozeRunnable_snoozeNonGrouped() 4709 verify(mSnoozeHelper, times(3)).snooze(any(NotificationRecord.class), anyLong()); in testSnoozeRunnable_snoozeSummary_withChildren() 4731 verify(mSnoozeHelper, times(1)).snooze(any(NotificationRecord.class), anyLong()); in testSnoozeRunnable_snoozeGroupChild_fellowChildren() 4757 verify(mSnoozeHelper, times(2)).snooze(any(NotificationRecord.class), anyLong()); in testSnoozeRunnable_snoozeGroupChild_onlyChildOfSummary() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | HeadsUpManager.kt | 177 fun snooze() in addHeadsUpPhoneListener() method 239 override fun snooze() {} in onHeadsUpAnimatingAwayStateChanged() method in com.android.systemui.statusbar.policy.HeadsUpManagerEmptyImpl
|
D | BaseHeadsUpManager.java | 496 public void snooze() { in snooze() method in BaseHeadsUpManager
|
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/ |
D | NotificationSwipeActionHelper.java | 47 public void snooze(StatusBarNotification sbn, SnoozeOption snoozeOption); in snooze() method
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | SnoozeHelper.java | 202 protected void snooze(NotificationRecord record, long duration) { in snooze() method in SnoozeHelper 205 snooze(record); in snooze() 216 protected void snooze(NotificationRecord record, String contextId) { in snooze() method in SnoozeHelper 225 snooze(record); in snooze() 228 private void snooze(NotificationRecord record) { in snooze() method in SnoozeHelper
|
D | NotificationManagerService.java | 8296 mSnoozeHelper.snooze(r, mSnoozeCriterionId); 8298 mSnoozeHelper.snooze(r, mDuration);
|
/frameworks/base/core/tests/coretests/src/android/service/notification/ |
D | NotificationRankingUpdateTest.java | 241 ArrayList<SnoozeCriterion> snooze = new ArrayList<>(); in getSnoozeCriteria() local 243 snooze.add(new SnoozeCriterion(key + i, getExplanation(key), key)); in getSnoozeCriteria() 245 return snooze; in getSnoozeCriteria()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | HeadsUpTouchHelper.java | 158 mHeadsUpManager.snooze();
|
D | HeadsUpManagerPhone.java | 349 public void snooze() { in snooze() method in HeadsUpManagerPhone 350 super.snooze(); in snooze()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/policy/ |
D | HeadsUpManagerPhoneTest.java | 179 hmp.snooze(); in testSnooze()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationMenuRow.java | 665 MenuItem snooze = new NotificationMenuItem(context, snoozeDescription, content, in createSnoozeItem() local 667 return snooze; in createSnoozeItem()
|
D | NotificationSnooze.java | 476 mSnoozeListener.snooze(mSbn, mSelectedOption); in handleCloseControls()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationSwipeHelper.java | 370 public void snooze(StatusBarNotification sbn, SnoozeOption snoozeOption) { in snooze() method in NotificationSwipeHelper
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationSwipeHelperTest.java | 429 mSwipeHelper.snooze(sbn, snoozeOption); in testSnooze()
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 4906 // Action: the snooze leave-behind was shown after the user clicked the snooze icon 4910 // Action: user selected a notification snooze duration from the drop down 4922 // Action: user tapped undo on the notification snooze leave-behind 4926 // Action: user togged the visibility of the notification snooze options drop down 6641 // Subtype: The snooze options attached to a notification was changed
|
/frameworks/base/core/proto/android/providers/settings/ |
D | global.proto | 718 // The list of snooze options for notifications. This is encoded as a key=value list,
|