Home
last modified time | relevance | path

Searched refs:bigText (Results 1 – 25 of 35) sorted by relevance

12

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationShellCmdTest.java157 final String bigText = "someBigText"; in testBigText() local
160 "--big-text", bigText, in testBigText()
165 assertEquals(bigText, captured.extras.getString(Notification.EXTRA_BIG_TEXT)); in testBigText()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java248 .setStyle(new Notification.BigTextStyle().bigText(text)) in updateMissingPrivateVolumes()
277 .setStyle(new Notification.BigTextStyle().bigText(text)) in onDiskScannedInternal()
551 .setStyle(new Notification.BigTextStyle().bigText(text)) in onMoveProgress()
602 .setStyle(new Notification.BigTextStyle().bigText(text)) in onMoveFinished()
637 .setStyle(new Notification.BigTextStyle().bigText(text)) in buildNotificationBuilder()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotNotificationsController.java92 .bigText(errorMsg) in notifyScreenshotError()
/aosp14/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java147 .bigText(longSmsText); in makeBigTextNotification()
148 Notification bigText = new Notification.Builder(context) in makeBigTextNotification() local
162 return bigText; in makeBigTextNotification()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java312 .setStyle(new Notification.BigTextStyle().bigText(contentText)) in showWarningNotification()
364 .setStyle(new Notification.BigTextStyle().bigText(message)) in showAutoSaverSuggestionNotification()
443 .setStyle(new Notification.BigTextStyle().bigText(message)) in showHighTemperatureWarning()
529 .setStyle(new Notification.BigTextStyle().bigText(message)) in showThermalShutdownWarning()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubble.java1019 CharSequence bigText = in extractFlyoutMessage() local
1021 bubbleMessage.message = !TextUtils.isEmpty(bigText) in extractFlyoutMessage()
1022 ? bigText in extractFlyoutMessage()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAlertWindowNotification.java120 .setStyle(new Notification.BigTextStyle().bigText(message)) in onPostNotification()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DWindowMagnificationPromptController.java118 .setStyle(new Notification.BigTextStyle().bigText(message)) in showNotificationIfNeeded()
/aosp14/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
H A DDynamicSystemInstallationService.java582 .setStyle(new Notification.BigTextStyle().bigText(msgCompleted)); in buildNotification()
597 .setStyle(new Notification.BigTextStyle().bigText(msgInUse)); in buildNotification()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DCsdWarningDialog.java283 .setStyle(new Notification.BigTextStyle().bigText(text)) in sendNotification()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DBiometricNotificationUtils.java179 .setStyle(new Notification.BigTextStyle().bigText(content)) in showNotificationHelper()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DMasterClearReceiver.java164 .setStyle(new Notification.BigTextStyle().bigText(wipeReason)) in sendWipeProfileNotification()
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DUninstallFinish.java218 builder.setStyle(new Notification.BigTextStyle().bigText(text)); in setBigText()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DInstantAppNotifier.java326 .setStyle(new Notification.BigTextStyle().bigText(message)) in postInstantAppNotif()
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DRemoteBugreportManager.java186 .setStyle(new Notification.BigTextStyle().bigText(mContext.getString( in buildNotification()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationMemoryLoggerTest.kt110 .setStyle(Notification.BigTextStyle().bigText("text"))
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DPolicyWarningUIController.java346 .bigText( in sendNotification()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflaterTest.java120 .setStyle(new Notification.BigTextStyle().bigText("big text")); in setUp()
H A DNotificationTestHelper.java506 .setStyle(new Notification.BigTextStyle().bigText("Big Text")); in createNotification()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationShellCmd.java596 bigTextStyle.bigText(getNextArgRequired()); in doNotify()
/aosp14/frameworks/base/services/core/java/com/android/server/storage/
H A DDeviceStorageMonitorService.java533 .bigText(details)) in updateNotifications()
/aosp14/frameworks/base/services/core/java/com/android/server/power/batterysaver/
H A DBatterySaverStateMachine.java884 .setStyle(new Notification.BigTextStyle().bigText(summary)) in buildNotification()
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbPortManager.java261 .bigText(message)); in updateContaminantNotification()
295 .bigText(message)); in updateContaminantNotification()
/aosp14/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java936 .setStyle(new Notification.BigTextStyle().bigText(message))
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java1118 .setStyle(new Notification.BigTextStyle().bigText("something")); in testBigTextTextChange()
1120 .setStyle(new Notification.BigTextStyle().bigText("else")); in testBigTextTextChange()

12