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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
SmartReplyController.java 42 StatusBarNotification newSbn =
45 notificationEntryManager.updateNotification(newSbn, null /* ranking */);
NotificationEntryManager.java 499 StatusBarNotification newSbn = rebuildNotificationWithRemoteInput(entry,
504 updateNotificationInternal(newSbn, null);
520 StatusBarNotification newSbn = rebuildNotificationForCanceledSmartReplies(entry);
523 updateNotificationInternal(newSbn, null);
604 StatusBarNotification newSbn = new StatusBarNotification(sbn.getPackageName(),
608 return newSbn;
    [all...]
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
NotificationEntryManagerTest.java 378 StatusBarNotification newSbn =
380 CharSequence[] messages = newSbn.getNotification().extras
384 Assert.assertFalse(newSbn.getNotification().extras
386 Assert.assertTrue(newSbn.getNotification().extras
392 StatusBarNotification newSbn =
394 CharSequence[] messages = newSbn.getNotification().extras
398 Assert.assertTrue(newSbn.getNotification().extras
400 Assert.assertTrue(newSbn.getNotification().extras
407 StatusBarNotification newSbn =
409 NotificationData.Entry entry = new NotificationData.Entry(newSbn);
    [all...]

Completed in 301 milliseconds