Home
last modified time | relevance | path

Searched defs:notificationId (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/net/aidl/com/android/cts/net/hostside/
DIMyService.aidl24 void sendNotification(int notificationId, String notificationType); in sendNotification()
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DMyServiceClient.java98 … public void sendNotification(int notificationId, String notificationType) throws RemoteException { in sendNotification()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DUtils.java81 static void showBugreportNotification(Context context, String msg, int notificationId) { in showBugreportNotification()
/cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
DMyBroadcastReceiver.java199 static void sendNotification(Context context, String channelId, int notificationId, in sendNotification()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityEndToEndTest.java347 final int notificationId = 1; in testTypeNotificationStateChangedAccessibilityEvent() local