Home
last modified time | relevance | path

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

123456

/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
H A 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
H A 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
H A DNotificationHidingVerifierActivity.kt202 private fun sendNotification(createBubble: Boolean) { in <lambda>() method
544 override fun sendNotification() = sendNotification(createBubble = true) in <lambda>() method in com.android.cts.verifier.notifications.NotificationHidingVerifierActivity
634 open fun sendNotification() = sendNotification(createBubble = false) in <lambda>() method in com.android.cts.verifier.notifications.NotificationHidingVerifierActivity.NotificationHidingTestCase
H A DActionTriggeredReceiver.java40 public static void sendNotification(Context context, boolean initialSend) { in sendNotification() method in ActionTriggeredReceiver
/aosp_15_r20/cts/tests/tests/notification/src/android/app/notification/current/cts/
H A 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
/aosp_15_r20/cts/tests/tests/notification/NotificationProvider/src/com/android/test/notificationprovider/
H A DRichNotificationActivity.kt69 private fun sendNotification(preset: NotificationPreset) { in sendNotification() method
/aosp_15_r20/developers/build/prebuilts/gradle/NotificationChannels/kotlinApp/Application/src/main/java/com/example/android/notificationchannels/
H A DMainActivity.kt54 fun sendNotification(id: Int, title: String) { in sendNotification() method
/aosp_15_r20/developers/samples/android/notification/NotificationChannels/kotlinApp/Application/src/main/java/com/example/android/notificationchannels/
DMainActivity.kt54 fun sendNotification(id: Int, title: String) { in sendNotification() method in com.example.android.notificationchannels.MainActivity
/aosp_15_r20/packages/modules/Permission/tests/hostside/safetycenter/helper-app/src/android/safetycenter/hostside/device/
DSafetyCenterNotificationLoggingHelperTests.kt70 fun sendNotification() { in sendNotification() method
/aosp_15_r20/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/
H A 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
/aosp_15_r20/packages/apps/TV/src/com/android/tv/recommendation/
DNotificationService.java352 private boolean sendNotification(final long channelId, final int notificationId) { in sendNotification() method in NotificationService
424 private void sendNotification( in sendNotification() method in NotificationService
/aosp_15_r20/developers/samples/android/notification/BasicNotifications/Application/src/main/java/com/example/android/basicnotifications/
DMainActivity.java33 public void sendNotification(View view) { in sendNotification() method in MainActivity
/aosp_15_r20/development/samples/browseable/BasicNotifications/src/com.example.android.basicnotifications/
H A DMainActivity.java33 public void sendNotification(View view) { in sendNotification() method in MainActivity
/aosp_15_r20/developers/build/prebuilts/gradle/BasicNotifications/Application/src/main/java/com/example/android/basicnotifications/
H A DMainActivity.java33 public void sendNotification(View view) { in sendNotification() method in MainActivity
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/NotificationSender/src/com/android/cts/managedprofiletests/notificationsender/
H A DSendNotification.java55 private void sendNotification() { in sendNotification() method in SendNotification
/aosp_15_r20/cts/hostsidetests/network-policy/aidl/com/android/cts/netpolicy/hostside/
H A DIMyService.aidl29 void sendNotification(int notificationId, String notificationType); in sendNotification() method
/aosp_15_r20/developers/samples/android/notification/NotificationChannels/Application/src/main/java/com/example/android/notificationchannels/
DMainActivity.java68 public void sendNotification(int id, String title) { in sendNotification() method in MainActivity
/aosp_15_r20/developers/build/prebuilts/gradle/NotificationChannels/Application/src/main/java/com/example/android/notificationchannels/
H A DMainActivity.java68 public void sendNotification(int id, String title) { in sendNotification() method in MainActivity
/aosp_15_r20/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DVoicemailNotifier.java64 public void sendNotification() { in sendNotification() method in VoicemailNotifier
/aosp_15_r20/cts/hostsidetests/network-policy/app/src/com/android/cts/netpolicy/hostside/
H A DMyServiceClient.java112 public void sendNotification(int notificationId, String notificationType) in sendNotification() method in MyServiceClient
/aosp_15_r20/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
H A DMessagingService.java80 private void sendNotification(int howManyConversations, int messagesPerConversation) { in sendNotification() method in MessagingService
/aosp_15_r20/developers/samples/android/notification/MessagingService/Application/src/main/java/com/example/android/messagingservice/
DMessagingService.java80 private void sendNotification(int howManyConversations, int messagesPerConversation) { in sendNotification() method in MessagingService
/aosp_15_r20/cts/hostsidetests/network-policy/app2/src/com/android/cts/netpolicy/hostside/app2/
H A DMyBroadcastReceiver.java125 static void sendNotification(Context context, String channelId, int notificationId, in sendNotification() method in MyBroadcastReceiver
/aosp_15_r20/developers/build/prebuilts/gradle/MessagingService/Application/src/main/java/com/example/android/messagingservice/
H A DMessagingService.java80 private void sendNotification(int howManyConversations, int messagesPerConversation) { in sendNotification() method in MessagingService
/aosp_15_r20/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/migration/notification/
DMigrationNotificationSender.java62 public void sendNotification( in sendNotification() method in MigrationNotificationSender

123456