Home
last modified time | relevance | path

Searched refs:n (Results 1 – 3 of 3) sorted by relevance

/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationBundlingTests.java95 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()
DNotificationHelper.java251 StatusBarNotification n = null; in getStatusBarNotification() local
254 n = sbn; in getStatusBarNotification()
258 return n; in getStatusBarNotification()
327 Notification.Builder n = new Notification.Builder(mContext) in sendNotificationsWithInLineReply() local
334 n.setPriority(Notification.PRIORITY_HIGH) in sendNotificationsWithInLineReply()
337 mNotificationManager.notify(notificationId, n.build()); in sendNotificationsWithInLineReply()
/platform_testing/tests/androidbvt/src/com/android/androidbvt/
DSysUINotificationShadeTests.java241 Notification.Builder n = new Notification.Builder(mContext) in sendNotificationsWithInLineReply() local
249 mNotificationManager.notify(notificationId, n.build()); in sendNotificationsWithInLineReply()