Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DUtils.java68 static void showBugreportNotification(Context context, String msg, int notificationId) { in showBugreportNotification() argument
78 mNotificationManager.notify(notificationId, notification); in showBugreportNotification()
/cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
DMyBroadcastReceiver.java232 final int notificationId = intent.getIntExtra(EXTRA_NOTIFICATION_ID, -1); in sendNotification() local
249 .notify(notificationId, notification); in sendNotification()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityEndToEndTest.java327 final int notificationId = 1; in testTypeNotificationStateChangedAccessibilityEvent() local
362 notificationManager.notify(notificationId, notification); in testTypeNotificationStateChangedAccessibilityEvent()
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DAbstractRestrictBackgroundNetworkTestCase.java738 protected void sendNotification(int notificationId) { in sendNotification() argument
740 intent.putExtra(EXTRA_NOTIFICATION_ID, notificationId); in sendNotification()