Searched refs:snoozed (Results 1 – 4 of 4) sorted by relevance
117 repeated android.content.ComponentNameProto snoozed = 5; field
1065 public void setVolumeSnoozed(String fsUuid, boolean snoozed) { in setVolumeSnoozed() argument1067 mStorageManager.setVolumeUserFlags(fsUuid, snoozed ? VolumeRecord.USER_FLAG_SNOOZED : 0, in setVolumeSnoozed()
3071 for(NotificationRecord snoozed: mSnoozeHelper.getSnoozed(userId, pkg)) {3072 StatusBarNotification sbn = sanitizeSbn(pkg, userId, snoozed.sbn);4511 List<NotificationRecord> snoozed = mSnoozeHelper.getSnoozed();4512 N = snoozed.size();4514 final NotificationRecord nr = snoozed.get(i);
152 // Notification was snoozed.3756 // OPEN: Notification unsnoozed. CLOSE: Notification snoozed. UPDATE: snoozed notification3762 // Tagged data for NOTIFICATION_SNOOZED. TRUE: snoozed until context, FALSE: snoozed for time.