Home
last modified time | relevance | path

Searched defs:sendNotification (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() method
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DMyServiceClient.java98 … public void sendNotification(int notificationId, String notificationType) throws RemoteException { in sendNotification() method in MyServiceClient
/cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
DMyBroadcastReceiver.java199 static void sendNotification(Context context, String channelId, int notificationId, in sendNotification() method in MyBroadcastReceiver
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java378 private void sendNotification(final int id, final int icon) throws Exception { in sendNotification() method in NotificationManagerTest
DServiceTest.java188 private void sendNotification(int id, String title) { in sendNotification() method in ServiceTest