HomeSort by relevance Sort by last modified time
    Searched refs:sbn (Results 51 - 75 of 79) sorted by null

1 23 4

  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
StatusBarTest.java 380 StatusBarNotification sbn = new StatusBarNotification("a", "a", 0, "a", 0, 0, n, local
382 NotificationData.Entry entry = new NotificationData.Entry(sbn);
384 assertTrue(mEntryManager.shouldPeek(entry, sbn));
401 StatusBarNotification sbn = new StatusBarNotification("a", "a", 0, "a", 0, 0, n, local
403 NotificationData.Entry entry = new NotificationData.Entry(sbn);
405 assertFalse(mEntryManager.shouldPeek(entry, sbn));
419 StatusBarNotification sbn = new StatusBarNotification("a", "a", 0, "a", 0, 0, n, local
421 NotificationData.Entry entry = new NotificationData.Entry(sbn);
423 assertFalse(mEntryManager.shouldPeek(entry, sbn));
437 StatusBarNotification sbn = new StatusBarNotification("a", "a", 0, "a", 0, 0, n local
447 StatusBarNotification sbn = new StatusBarNotification("a", "a", 0, "a", 0, 0, n, local
459 StatusBarNotification sbn = new StatusBarNotification("a", "a", 0, "a", 0, 0, n, local
    [all...]
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
ImportanceExtractorTest.java 71 StatusBarNotification sbn = new StatusBarNotification(mPkg, mPkg, mId, mTag, mUid, local
73 NotificationRecord r = new NotificationRecord(getContext(), sbn, channel);
ZenModeExtractorTest.java 109 StatusBarNotification sbn = new StatusBarNotification("", "", 0, "", 0, local
111 return new NotificationRecord(getContext(), sbn, channel);
NotificationAdjustmentExtractorTest.java 113 StatusBarNotification sbn = new StatusBarNotification("", "", 0, "", 0, local
115 return new NotificationRecord(getContext(), sbn, channel);
BadgeExtractorTest.java 76 StatusBarNotification sbn = new StatusBarNotification(mPkg, mPkg, mId, mTag, mUid, local
78 NotificationRecord r = new NotificationRecord(getContext(), sbn, channel);
BuzzBeepBlinkTest.java 305 StatusBarNotification sbn = new StatusBarNotification(mPkg, mPkg, id, mTag, mUid, local
307 NotificationRecord r = new NotificationRecord(context, sbn, channel);
906 StatusBarNotification sbn = new StatusBarNotification(mPkg, mPkg, 0, mTag, mUid, local
959 StatusBarNotification sbn = new StatusBarNotification(mPkg, mPkg, 0, mTag, mUid, local
    [all...]
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationStation.java 102 public void onNotificationPosted(StatusBarNotification sbn, RankingMap ranking) {
103 logd("onNotificationPosted: %s, with update for %d", sbn.getNotification(),
278 for (StatusBarNotification sbn : resultset) {
279 if (sbn.getUserId() != UserHandle.USER_ALL & sbn.getUserId() != currentUserId) {
283 final Notification n = sbn.getNotification();
285 info.pkg = sbn.getPackageName();
286 info.user = sbn.getUserId();
294 info.timestamp = sbn.getPostTime();
297 info.key = sbn.getKey()
    [all...]
  /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
NotificationSwipeActionHelper.java 47 public void snooze(StatusBarNotification sbn, SnoozeOption snoozeOption);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
AppOpsInfo.java 70 final StatusBarNotification sbn,
72 mPkg = sbn.getPackageName();
73 mSbn = sbn;
NotificationInfo.java 124 void checkSave(Runnable saveImportance, StatusBarNotification sbn);
142 final StatusBarNotification sbn,
149 numUniqueChannelsInRow, sbn, checkSaveListener, onSettingsClick,
160 StatusBarNotification sbn,
172 mSbn = sbn;
NotificationLockscreenUserManager.java 302 public boolean shouldShowOnKeyguard(StatusBarNotification sbn) {
308 && !mEntryManager.getNotificationData().isAmbient(sbn.getKey());
StatusBarIconView.java 157 public StatusBarIconView(Context context, String slot, StatusBarNotification sbn) {
158 this(context, slot, sbn, false);
161 public StatusBarIconView(Context context, String slot, StatusBarNotification sbn,
171 setNotification(sbn);
NotificationMenuRow.java 147 public void createMenu(ViewGroup parent, StatusBarNotification sbn) {
168 public void onNotificationUpdated(StatusBarNotification sbn) {
NotificationSnooze.java 218 public void setStatusBarNotification(StatusBarNotification sbn) {
219 mSbn = sbn;
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationHelper.java 206 for (StatusBarNotification sbn : sbns) {
207 if (sbn.getId() == id) {
224 for (StatusBarNotification sbn : sbns) {
225 if (sbn.getId() == id) {
226 n = sbn;
NotificationInteractionTests.java 129 for (StatusBarNotification sbn : sbns) {
130 Log.d(LOG_TAG, " " + sbn);
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
NotificationDataTest.java 217 StatusBarNotification sbn = mRow.getEntry().notification; local
220 sbn.getNotification().extras = bundle;
227 StatusBarNotification sbn = mRow.getEntry().notification; local
230 sbn.getNotification().extras = bundle;
255 StatusBarNotification sbn = mRow.getEntry().notification; local
258 sbn.getNotification().extras = bundle;
NotificationInfoTest.java 838 StatusBarNotification sbn = new StatusBarNotification(TEST_PACKAGE_NAME, TEST_PACKAGE_NAME, local
866 StatusBarNotification sbn = new StatusBarNotification(TEST_PACKAGE_NAME, TEST_PACKAGE_NAME, local
887 StatusBarNotification sbn = new StatusBarNotification(TEST_PACKAGE_NAME, TEST_PACKAGE_NAME, local
908 StatusBarNotification sbn = new StatusBarNotification(TEST_PACKAGE_NAME, TEST_PACKAGE_NAME, local
930 StatusBarNotification sbn = new StatusBarNotification(TEST_PACKAGE_NAME, TEST_PACKAGE_NAME, local
    [all...]
  /cts/tests/app/src/android/app/cts/
ServiceTest.java 243 for (StatusBarNotification sbn : sbns) {
244 if (sbn.getId() == id && sbn.getPackageName().equals(packageName)) {
246 sbn.getNotification().extras.getString(Notification.EXTRA_TITLE);
276 for (StatusBarNotification sbn : sbns) {
277 if (sbn.getId() == id && sbn.getPackageName().equals(packageName)) {
278 found = sbn;
    [all...]
  /platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
NotificationHelper.java 117 for (StatusBarNotification sbn : sbns) {
118 if (sbn.getId() == id) {
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationUsageStats.java 267 return getAggregatedStatsLocked(record.sbn.getPackageName());
    [all...]
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
SmartReplyViewTest.java 107 StatusBarNotification sbn = mock(StatusBarNotification.class); local
108 when(sbn.getNotification()).thenReturn(mNotification);
109 when(sbn.getKey()).thenReturn(TEST_NOTIFICATION_KEY);
110 mEntry = new NotificationData.Entry(sbn);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationInflater.java 139 StatusBarNotification sbn = mRow.getEntry().notification; local
140 AsyncInflationTask task = new AsyncInflationTask(sbn, reInflateFlags, mRow,
651 StatusBarNotification sbn = mRow.getStatusBarNotification(); local
652 final String ident = sbn.getPackageName() + "/0x"
653 + Integer.toHexString(sbn.getId());
655 mCallback.handleInflationException(sbn,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBar.java     [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
NotificationListenerVerifierActivity.java     [all...]

Completed in 867 milliseconds

1 23 4