/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
H A D | NotificationDismissVerifierActivity.java | 150 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 D | NotificationFullScreenIntentVerifierActivity.java | 572 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 D | NotificationHidingVerifierActivity.kt | 202 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 D | ActionTriggeredReceiver.java | 40 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 D | BaseNotificationManagerTest.java | 306 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 D | RichNotificationActivity.kt | 69 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 D | MainActivity.kt | 54 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/ |
D | MainActivity.kt | 54 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/ |
D | SafetyCenterNotificationLoggingHelperTests.kt | 70 fun sendNotification() { in sendNotification() method
|
/aosp_15_r20/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/ |
H A D | LegacyNotificationManagerTest.java | 356 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/ |
D | NotificationService.java | 352 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/ |
D | MainActivity.java | 33 public void sendNotification(View view) { in sendNotification() method in MainActivity
|
/aosp_15_r20/development/samples/browseable/BasicNotifications/src/com.example.android.basicnotifications/ |
H A D | MainActivity.java | 33 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 D | MainActivity.java | 33 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 D | SendNotification.java | 55 private void sendNotification() { in sendNotification() method in SendNotification
|
/aosp_15_r20/cts/hostsidetests/network-policy/aidl/com/android/cts/netpolicy/hostside/ |
H A D | IMyService.aidl | 29 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/ |
D | MainActivity.java | 68 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 D | MainActivity.java | 68 public void sendNotification(int id, String title) { in sendNotification() method in MainActivity
|
/aosp_15_r20/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | VoicemailNotifier.java | 64 public void sendNotification() { in sendNotification() method in VoicemailNotifier
|
/aosp_15_r20/cts/hostsidetests/network-policy/app/src/com/android/cts/netpolicy/hostside/ |
H A D | MyServiceClient.java | 112 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 D | MessagingService.java | 80 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/ |
D | MessagingService.java | 80 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 D | MyBroadcastReceiver.java | 125 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 D | MessagingService.java | 80 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/ |
D | MigrationNotificationSender.java | 62 public void sendNotification( in sendNotification() method in MigrationNotificationSender
|