Home
last modified time | relevance | path

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

/platform_testing/libraries/audio-test-harness/client-lib/src/main/java/com/android/media/audiotestharness/client/grpc/
DGrpcAudioCaptureStream.java52 public long skip(long n) throws IOException { in skip() argument
53 return super.skip(n); in skip()
/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.java225 StatusBarNotification n = null; in getStatusBarNotification() local
228 n = sbn; in getStatusBarNotification()
232 return n; in getStatusBarNotification()
272 Notification.Builder n = new Notification.Builder(mContext) in sendNotificationsWithInlineReply() local
279 n.setPriority(Notification.PRIORITY_HIGH) in sendNotificationsWithInlineReply()
282 mNotificationManager.notify(notificationId, n.build()); in sendNotificationsWithInlineReply()
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DNotificationHelper.java190 Notification.Builder n = new Notification.Builder(mContext) in sendNotificationsWithInLineReply() local
198 mNotificationManager.notify(notificationId, n.build()); in sendNotificationsWithInLineReply()