Home
last modified time | relevance | path

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

/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DMyServiceClient.java98 … public void sendNotification(int notificationId, String notificationType) throws RemoteException { in sendNotification() argument
99 mService.sendNotification(notificationId, notificationType); in sendNotification()
DAbstractRestrictBackgroundNetworkTestCase.java995 protected void sendNotification(int notificationId, String notificationType) throws Exception {
996 Log.d(TAG, "Sending notification broadcast (id=" + notificationId
998 mServiceClient.sendNotification(notificationId, notificationType);
/cts/hostsidetests/net/aidl/com/android/cts/net/hostside/
DIMyService.aidl24 void sendNotification(int notificationId, String notificationType); in sendNotification() argument
/cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
DMyService.java80 public void sendNotification(int notificationId, String notificationType) {
82 notificationId, notificationType);
DMyBroadcastReceiver.java199 static void sendNotification(Context context, String channelId, int notificationId, in sendNotification() argument
201 Log.d(TAG, "sendNotification: id=" + notificationId + ", type=" + notificationType); in sendNotification()
204 notificationId); in sendNotification()
260 .notify(notificationId, notification); in sendNotification()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DUtils.java81 static void showBugreportNotification(Context context, String msg, int notificationId) { in showBugreportNotification() argument
96 mNotificationManager.notify(notificationId, notification); in showBugreportNotification()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityEndToEndTest.java347 final int notificationId = 1; in testTypeNotificationStateChangedAccessibilityEvent() local
382 .notify(notificationId, notification); in testTypeNotificationStateChangedAccessibilityEvent()