Searched defs:sbn (Results 26 - 27 of 27) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java1912 public boolean shouldPeek(Entry entry, StatusBarNotification sbn) { argument
1917 || mLockscreenUserManager.isLockscreenPublicMode(sbn.getUserId());
1926 Log.d(TAG, "No peeking: disabled panel : " + sbn.getKey());
1931 if (sbn.getNotification().fullScreenIntent != null) {
1933 if (DEBUG) Log.d(TAG, "No peeking: accessible fullscreen: " + sbn.getKey());
2168 final StatusBarNotification sbn = entry.notification;
2169 final Notification notification = sbn.getNotification();
2176 sbn.getKey());
3155 StatusBarNotification sbn, ExpandableNotificationRow row) {
5068 public void onNotificationClicked(StatusBarNotification sbn, ExpandableNotificationRo argument
3154 onBindRow(Entry entry, PackageManager pmUser, StatusBarNotification sbn, ExpandableNotificationRow row) argument
5296 setNotificationSnoozed(StatusBarNotification sbn, SnoozeOption snoozeOption) argument
5435 shouldAutoCancel(StatusBarNotification sbn) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java4733 public void snooze(StatusBarNotification sbn, SnoozeOption snoozeOption) { argument
4734 mStatusBar.setNotificationSnoozed(sbn, snoozeOption);

Completed in 108 milliseconds

12