Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DNotificationDismissVerifierActivity.java150 private void sendNotification(boolean ongoing) { in sendNotification() method in NotificationDismissVerifierActivity
214 protected abstract void sendNotification(); in sendNotification() method in NotificationDismissVerifierActivity.NotificationDismissBaseTest
224 protected void sendNotification() { in sendNotification() method in NotificationDismissVerifierActivity.CanDismissOngoingNotificationTest
236 protected void sendNotification() { in sendNotification() method in NotificationDismissVerifierActivity.CannotDismissOngoingNotificationTest
248 protected void sendNotification() { in sendNotification() method in NotificationDismissVerifierActivity.CanDismissRegularNotificationTest
259 protected void sendNotification() { in sendNotification() method in NotificationDismissVerifierActivity.CannotDismissRegularNotificationTest
DActionTriggeredReceiver.java40 public static void sendNotification(Context context, boolean initialSend) { in sendNotification() method in ActionTriggeredReceiver
DNotificationFullScreenIntentVerifierActivity.java572 protected abstract void sendNotification(); in sendNotification() method in NotificationFullScreenIntentVerifierActivity.FullScreenIntentNotificationBaseTest
583 protected void sendNotification() { in sendNotification() method in NotificationFullScreenIntentVerifierActivity.ScreenUnlockedFsiHunWithPermissionTest
596 protected void sendNotification() { in sendNotification() method in NotificationFullScreenIntentVerifierActivity.ScreenUnlockedFsiHunWithoutPermissionTest
DNotificationHidingVerifierActivity.kt214 private fun sendNotification(createBubble: Boolean) { in <lambda>() method
556 override fun sendNotification() = sendNotification(createBubble = true) in <lambda>() method in com.android.cts.verifier.notifications.NotificationHidingVerifierActivity
646 open fun sendNotification() = sendNotification(createBubble = false) in <lambda>() method in com.android.cts.verifier.notifications.NotificationHidingVerifierActivity.NotificationHidingTestCase
DNotificationPrivacyVerifierActivity.java158 private void sendNotification() { in sendNotification() method in NotificationPrivacyVerifierActivity
/cts/tests/tests/notification/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/tests/tests/notification/src/android/app/notification/current/cts/
DBaseNotificationManagerTest.java306 protected void sendNotification(final int id, in sendNotification() method in BaseNotificationManagerTest
311 protected void sendNotification(final int id, in sendNotification() method in BaseNotificationManagerTest
316 protected void sendNotification(final int id, String groupKey, final int icon, boolean isCall, in sendNotification() method in BaseNotificationManagerTest
321 protected void sendNotification(final int id, in sendNotification() method in BaseNotificationManagerTest
DSensitiveNotificationRedactionTest.kt108 fun sendNotification( in <lambda>() method
/cts/hostsidetests/network-policy/aidl/com/android/cts/netpolicy/hostside/
DIMyService.aidl29 void sendNotification(int notificationId, String notificationType); in sendNotification() method
/cts/hostsidetests/network-policy/app/src/com/android/cts/netpolicy/hostside/
DMyServiceClient.java112 public void sendNotification(int notificationId, String notificationType) in sendNotification() method in MyServiceClient
/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/
DLegacyNotificationManagerTest.java356 private void sendNotification(final int id, final int icon) throws Exception { in sendNotification() method in LegacyNotificationManagerTest
360 private void sendNotification(final int id, String groupKey, final int icon) throws Exception { in sendNotification() method in LegacyNotificationManagerTest
/cts/hostsidetests/network-policy/app2/src/com/android/cts/netpolicy/hostside/app2/
DMyBroadcastReceiver.java125 static void sendNotification(Context context, String channelId, int notificationId, in sendNotification() method in MyBroadcastReceiver
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DNotificationAssistantServiceTest.java184 private void sendNotification(final int id, String tag, final int icon) throws Exception { in sendNotification() method in NotificationAssistantServiceTest
/cts/tests/app/src/android/app/cts/
DServiceTest.java504 private void sendNotification(int id, String title) { in sendNotification() method in ServiceTest