Searched refs:n (Results 1 – 3 of 3) sorted by relevance
95 for (int n : lists) { in testDismissBundlingNotification()96 if (mHelper.checkNotificationExistence(n, true)) { in testDismissBundlingNotification()97 fail(String.format("Notification %s has not been dismissed", n)); in testDismissBundlingNotification()
251 StatusBarNotification n = null; in getStatusBarNotification() local254 n = sbn; in getStatusBarNotification()258 return n; in getStatusBarNotification()327 Notification.Builder n = new Notification.Builder(mContext) in sendNotificationsWithInLineReply() local334 n.setPriority(Notification.PRIORITY_HIGH) in sendNotificationsWithInLineReply()337 mNotificationManager.notify(notificationId, n.build()); in sendNotificationsWithInLineReply()
241 Notification.Builder n = new Notification.Builder(mContext) in sendNotificationsWithInLineReply() local249 mNotificationManager.notify(notificationId, n.build()); in sendNotificationsWithInLineReply()