/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
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
|
D | ActionTriggeredReceiver.java | 40 public static void sendNotification(Context context, boolean initialSend) { in sendNotification() method in ActionTriggeredReceiver
|
D | NotificationHidingVerifierActivity.kt | 167 private fun sendNotification(createBubble: Boolean) { in <lambda>() method in com.android.cts.verifier.notifications.NotificationHidingVerifierActivity 352 override fun sendNotification() = sendNotification(createBubble = true) in <lambda>() method in com.android.cts.verifier.notifications.NotificationHidingVerifierActivity 430 open fun sendNotification() = sendNotification(createBubble = false) in <lambda>() method in com.android.cts.verifier.notifications.NotificationHidingVerifierActivity.NotificationHidingTestCase
|
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
|
D | NotificationPrivacyVerifierActivity.java | 158 private void sendNotification() { in sendNotification() method in NotificationPrivacyVerifierActivity
|
/cts/tests/tests/notification/NotificationProvider/src/com/android/test/notificationprovider/ |
D | RichNotificationActivity.kt | 69 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/ |
D | SendNotification.java | 55 private void sendNotification() { in sendNotification() method in SendNotification
|
/cts/tests/tests/notification/src/android/app/notification/current/cts/ |
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, in sendNotification() method in BaseNotificationManagerTest
|
D | SensitiveNotificationRedactionTest.kt | 96 fun sendNotification( in sendNotification() method
|
/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/ |
D | LegacyNotificationManagerTest.java | 331 private void sendNotification(final int id, final int icon) throws Exception { in sendNotification() method in LegacyNotificationManagerTest 335 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/ |
D | NotificationAssistantServiceTest.java | 664 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/ |
D | ServiceTest.java | 503 private void sendNotification(int id, String title) { in sendNotification() method in ServiceTest
|