/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowNotificationBuilderTestBase.java | 28 Notification notification = builder.setContentTitle("Hello").build(); in build_setsContentTitleOnNotification() local 34 Notification notification = builder.build(); in build_whenSetOngoingNotSet_leavesSetOngoingAsFalse() local 40 Notification notification = builder.setOngoing(true).build(); in build_whenSetOngoing_setsOngoingToTrue() local 46 Notification notification = builder.setWhen(100).setShowWhen(true).build(); in build_whenShowWhenNotSet_setsShowWhenOnNotificationToTrue() local 53 Notification notification = builder.setShowWhen(false).build(); in build_setShowWhenOnNotification() local 60 Notification notification = builder.setContentText("Hello Text").build(); in build_setsContentTextOnNotification() local 67 Notification notification = builder.setTicker("My ticker").build(); in build_setsTickerOnNotification() local 75 Notification notification = builder.build(); in build_setsContentInfoOnNotification() local 82 Notification notification = builder.setSmallIcon(R.drawable.an_image).build(); in build_setsIconOnNotification() local 89 Notification notification = builder.setWhen(11L).build(); in build_setsWhenOnNotification() local [all …]
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
H A D | NotificationMemoryMeterTest.kt | 44 val notification = createBasicNotification().build() in currentNotificationMemoryUse_plainNotification() constant 62 val notification = createBasicNotification().build() in currentNotificationMemoryUse_rankerGroupNotification() constant 83 val notification = createBasicNotification().setLargeIcon(icon).setSmallIcon(icon).build() in currentNotificationMemoryUse_plainNotification_dontDoubleCountSameBitmap() constant 101 val notification = in currentNotificationMemoryUse_customViewNotification_marksTrue() constant 125 val notification = in currentNotificationMemoryUse_notificationWithDataIcon_calculatesCorrectly() constant 148 val notification = in currentNotificationMemoryUse_bigPictureStyle() constant 178 val notification = in currentNotificationMemoryUse_callingStyle() constant 210 val notification = in currentNotificationMemoryUse_messagingStyle() constant 239 val notification = createBasicNotification().extend(extender).build() in currentNotificationMemoryUse_carExtender() constant 260 val notification = createBasicNotification().extend(tvExtender).extend(wearExtender).build() in currentNotificationMemoryUse_tvWearExtender() constant
|
/aosp_15_r20/external/libtextclassifier/notification/tests/src/com/android/textclassifier/notification/ |
H A D | SmartSuggestionsHelperTest.java | 100 Notification notification = notificationBuilder.setContentText(MESSAGE).build(); in onNotificationEnqueued_notMessageCategory() local 114 Notification notification = in onNotificationEnqueued_fromSystem() local 132 Notification notification = in onNotificationEnqueued_noInlineReply() local 149 Notification notification = createMessageCategoryNotification(); in onNotificationEnqueued_messageCategoryNotification() local 175 Notification notification = in onNotificationEnqueued_messageStyleNotification() local 206 Notification notification = in onNotificationEnqueued_lastMessageFromLocalUser() local 227 Notification notification = in onNotificationEnqueued_messageStyleNotification_missingPerson() local 245 Notification notification = createMessageCategoryNotification(); in onSuggestedReplySent() local 271 Notification notification = createMessageCategoryNotification(); in onSuggestedReplySent_noMatchingSession() local 288 Notification notification = createMessageCategoryNotification(); in onNotificationDirectReply() local [all …]
|
H A D | NotificationUtilsTest.java | 42 Notification notification = in isMessaging_categoryMessage() local 53 Notification notification = in isMessaging_messagingStyle() local 68 Notification notification = in isMessaging_publicVersionCategoryMessage() local 79 Notification notification = in isMessaging_negative() local 107 Notification notification = in hasInlineReply_positive() local 126 Notification notification = in hasInlineReply_negative() local 135 private static StatusBarNotification createStatusBarNotification(Notification notification) { in createStatusBarNotification()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | SingleLineViewInflaterTest.kt | 95 val notification = getNotification(NonMessaging()) in <lambda>() constant 109 val notification = getNotification(notificationType) in <lambda>() constant 136 val notification = getNotification(notificationType) in <lambda>() constant 157 val notification = getNotification(notificationType) in <lambda>() constant 180 val notification = getNotification(notificationType) in <lambda>() constant 209 val notification = getNotification(notificationType) in <lambda>() constant 239 val notification = getNotification(notificationType) in <lambda>() constant 314 val notification = notificationBuilder.setStyle(buildMessagingStyle).build() in <lambda>() constant 326 val notification = notificationBuilder.setStyle(buildMessagingStyle).build() in <lambda>() constant
|
/aosp_15_r20/out/soong/.intermediates/external/libtextclassifier/notification/TextClassifierNotificationLibNoManifest/android_common_apex30/javac/ |
D | TextClassifierNotificationLibNoManifest.jar | ... android/textclassifier/
com/android/textclassifier/notification/
com/android/textclassifier/notification/CopyCodeActivity ... |
/aosp_15_r20/external/pigweed/pw_sync/ |
H A D | timed_thread_notification_facade_test.cc | 34 TimedThreadNotification notification; in TEST() local 41 TimedThreadNotification notification; in TEST() local 64 TimedThreadNotification notification; in TEST() local 75 TimedThreadNotification notification; in TEST() local 85 TimedThreadNotification notification; in TEST() local 95 TimedThreadNotification notification; in TEST() local 105 TimedThreadNotification notification; in TEST() local 116 TimedThreadNotification notification; in TEST() local 126 TimedThreadNotification notification; in TEST() local 136 TimedThreadNotification notification; in TEST() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/android.service.notification.flags-aconfig-export-java/android_common_apex30/turbine/ |
D | android.service.notification.flags-aconfig-export-java.jar | ... service.notification.FakeFeatureFlagsImpl extends android.service.notification.CustomFeatureFlags {
public void <init> () ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/android.service.notification.flags-aconfig-export-java/android_common_apex30/javac/ |
D | android.service.notification.flags-aconfig-export-java.jar | ... android/
android/service/
android/service/notification/
android/service/notification/CustomFeatureFlags.class ... |
/aosp_15_r20/packages/apps/Car/systemlibs/car-assist-client-lib/src/com/android/car/assist/client/ |
D | CarAssistUtils.java | 173 Notification notification = sbn.getNotification(); in isCarCompatibleMessagingNotification() local 193 private static boolean hasMessagingStyle(Notification notification) { in hasMessagingStyle() 203 private static boolean hasRequiredAssistantCallbacks(Notification notification) { in hasRequiredAssistantCallbacks() 215 public static List<Action> getAllActions(Notification notification) { in getAllActions() 231 public static NotificationCompat.Action getMarkAsReadAction(Notification notification) { in getMarkAsReadAction() 246 public static NotificationCompat.Action getMuteAction(Notification notification) { in getMuteAction() 260 private static NotificationCompat.Action getReplyAction(Notification notification) { in getReplyAction() 275 private static boolean replyCallbackHasRemoteInput(Notification notification) { in replyCallbackHasRemoteInput() 285 private static boolean assistantCallbacksShowNoUi(final Notification notification) { in assistantCallbacksShowNoUi()
|
/aosp_15_r20/packages/modules/AdServices/adservices/apk/tests/notification/src/com/android/adservices/ui/notifications/ |
D | ConsentNotificationTriggerTest.java | 189 final Notification notification = in testEuNotification_gaUxFlagEnabled() local 247 final Notification notification = in testNonEuNotifications_gaUxEnabled() local 291 final Notification notification = in testEuNotifications_gaUxEnabled_nonDismissable() local 365 final Notification notification = in testEuNotifications_gaUxEnabled_nonDismissable_dismissedOnConfirmationPage() local 454 Notification notification = in testNotificationV2ActivityIntent() local 512 Notification notification = in testNotificationV2BroadcastIntent() local 612 Notification notification = in testPasNotifications_PasUxEnabled_FirstNotice() local 667 Notification notification = in testPasNotifications_PasUxEnabled_RenotifyNotice() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/javac/ |
D | services.core.unboosted.jar20 | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
D | services.core.unboosted.jar21 | ... android/server/
com/android/server/notification/
com/android/server/notification/NotificationRecordLogger ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/repackaged-jarjar/javac-20/ |
D | services.core.unboosted.jar | ... ()
boolean useDefaultVibrate
com.android.server.notification.VibratorHelper helper
android.app.Notification notification
boolean ... |
/aosp_15_r20/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/exportimport/ |
D | ExportImportNotificationFactory.java | 136 Slog.i(TAG, "Creating 'import complete' notification"); in createNotification() 140 Slog.i(TAG, "Creating 'generic error' notification"); in createNotification() 144 Slog.i(TAG, "Creating 'invalid file error' notification"); in createNotification() 148 Slog.i(TAG, "Creating 'more space needed error' notification"); in createNotification() 152 Slog.i(TAG, "Creating 'version mismatch error' notification"); in createNotification() 156 Slog.i(TAG, "Creating 'generic error' export notification"); in createNotification() 160 Slog.i(TAG, "Creating 'more space needed error' export notification"); in createNotification()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/java/com/android/server/notification/notification_flags_lib/android_common/repackaged-jarjar/turbine/ |
D | notification_flags_lib.jar | ... .notification
public final com.android.server.notification.Flags extends java.lang.Object {
public ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/java/com/android/server/notification/notification_flags_lib/android_common/turbine-combined/ |
D | notification_flags_lib.jar | ... server.notification
public com.android.server.notification.CustomFeatureFlags extends java.lang.Object implements com ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/java/com/android/server/notification/notification_flags_lib/android_common/turbine/ |
D | notification_flags_lib.jar | ... server.notification
public com.android.server.notification.CustomFeatureFlags extends java.lang.Object implements com ... |
/aosp_15_r20/out/soong/.intermediates/external/libtextclassifier/notification/TextClassifierNotificationLibNoManifest/android_common_apex30/busybox/ |
D | R.jar | ... .notification
public final com.android.textclassifier.notification.R$drawable extends java.lang.Object ... |
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/ |
H A D | HighPriorityProviderTest.java | 85 final Notification notification = new Notification.Builder(mContext, "test") in peopleNotification() local 103 final Notification notification = new Notification.Builder(mContext, "test") in highImportanceConversation() local 120 final Notification notification = new Notification.Builder(mContext, "test") in lowImportanceConversation() local 156 final Notification notification = new Notification.Builder(mContext, "test") in messagingStyle() local 174 final Notification notification = mock(Notification.class); in lowImportanceForeground() local 193 final Notification notification = new Notification.Builder(mContext, "test") in userChangeTrumpsHighPriorityCharacteristics() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/java/com/android/server/notification/notification_flags_lib/android_common/repackaged-jarjar/javac/ |
D | notification_flags_lib.jar | ... Flags.java
package com.android.server.notification
public final com.android.server.notification. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/java/com/android/server/notification/notification_flags_lib/android_common/javac/ |
D | notification_flags_lib.jar | ... android/server/
com/android/server/notification/
com/android/server/notification/CustomFeatureFlags ... |
/aosp_15_r20/out/soong/.intermediates/external/libtextclassifier/notification/TextClassifierNotificationLibNoManifest/android_common_apex30/turbine/ |
D | TextClassifierNotificationLibNoManifest.jar | ... textclassifier.notification
public com.android.textclassifier.notification.CopyCodeActivity extends android.app.Activity {
public ... |
/aosp_15_r20/prebuilts/sdk/opt/wear/33.1/system/ |
HD | wear-sdk.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/repackaged-jarjar/javac-21/ |
D | services.core.unboosted.jar | com/android/server/om/OverlayReferenceMapper.class
OverlayReferenceMapper.java
package com.android. ... |