Home
last modified time | relevance | path

Searched defs:sendNotification (Results 1 – 9 of 9) sorted by relevance

/cts/hostsidetests/devicepolicy/app/NotificationSender/src/com/android/cts/managedprofiletests/notificationsender/
DSendNotification.java55 private void sendNotification() { in sendNotification() method in SendNotification
/cts/hostsidetests/net/aidl/com/android/cts/net/hostside/
DIMyService.aidl26 void sendNotification(int notificationId, String notificationType); in sendNotification() method
/cts/tests/tests/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/
DLegacyNotificationManager20Test.java129 private void sendNotification(final int id, final int icon) throws Exception { in sendNotification() method in LegacyNotificationManager20Test
133 private void sendNotification(final int id, String groupKey, final int icon) throws Exception { in sendNotification() method in LegacyNotificationManager20Test
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DMyServiceClient.java96 … public void sendNotification(int notificationId, String notificationType) throws RemoteException { in sendNotification() method in MyServiceClient
/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/
DLegacyNotificationManagerTest.java332 private void sendNotification(final int id, final int icon) throws Exception { in sendNotification() method in LegacyNotificationManagerTest
336 private void sendNotification(final int id, String groupKey, final int icon) throws Exception { in sendNotification() method in LegacyNotificationManagerTest
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DNotificationAssistantServiceTest.java465 private void sendNotification(final int id, final int icon) throws Exception { in sendNotification() method in NotificationAssistantServiceTest
469 private void sendNotification(final int id, String groupKey, final int icon) throws Exception { in sendNotification() method in NotificationAssistantServiceTest
/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.java357 private void sendNotification(final int id, final int icon) throws Exception { in sendNotification() method in NotificationManagerTest
361 private void sendNotification(final int id, String groupKey, final int icon) throws Exception { in sendNotification() method in NotificationManagerTest
DServiceTest.java485 private void sendNotification(int id, String title) { in sendNotification() method in ServiceTest