Searched refs:n (Results 1 – 4 of 4) sorted by relevance
52 public long skip(long n) throws IOException { in skip() argument53 return super.skip(n); in skip()
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()
225 StatusBarNotification n = null; in getStatusBarNotification() local228 n = sbn; in getStatusBarNotification()232 return n; in getStatusBarNotification()272 Notification.Builder n = new Notification.Builder(mContext) in sendNotificationsWithInlineReply() local279 n.setPriority(Notification.PRIORITY_HIGH) in sendNotificationsWithInlineReply()282 mNotificationManager.notify(notificationId, n.build()); in sendNotificationsWithInlineReply()
190 Notification.Builder n = new Notification.Builder(mContext) in sendNotificationsWithInLineReply() local198 mNotificationManager.notify(notificationId, n.build()); in sendNotificationsWithInLineReply()