Home
last modified time | relevance | path

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

/cts/tests/app/NotificationProvider/src/com/android/test/notificationprovider/
DRichNotificationActivity.kt69 private fun sendNotification(preset: NotificationPreset) { in sendNotification() method in com.android.test.notificationprovider.RichNotificationActivity
/cts/hostsidetests/devicepolicy/app/NotificationSender/src/com/android/cts/managedprofiletests/notificationsender/
DSendNotification.java55 private void sendNotification() { in sendNotification() method in SendNotification
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DActionTriggeredReceiver.java40 public static void sendNotification(Context context, boolean initialSend) { in sendNotification() method in ActionTriggeredReceiver
/cts/tests/tests/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/
DLegacyNotificationManager20Test.java120 private void sendNotification(final int id, final int icon) throws Exception { in sendNotification() method in LegacyNotificationManager20Test
124 private void sendNotification(final int id, String groupKey, final int icon) throws Exception { in sendNotification() method in LegacyNotificationManager20Test
/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/
DLegacyNotificationManagerTest.java338 private void sendNotification(final int id, final int icon) throws Exception { in sendNotification() method in LegacyNotificationManagerTest
342 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.java719 private void sendNotification(final int id, final int icon) throws Exception { in sendNotification() method
723 private void sendNotification(final int id, String groupKey, final int icon) throws Exception { in sendNotification() method
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java501 private void sendNotification(final int id, final int icon) throws Exception { in sendNotification() method in NotificationManagerTest
505 private void sendNotification(final int id, String groupKey, final int icon) throws Exception { in sendNotification() method in NotificationManagerTest
DServiceTest.java492 private void sendNotification(int id, String title) { in sendNotification() method in ServiceTest