Home
last modified time | relevance | path

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

12

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationShellCmdTest.java156 final String bigText = "someBigText"; in testBigText() local
159 "--big-text", bigText, in testBigText()
164 assertEquals(bigText, captured.extras.getString(Notification.EXTRA_BIG_TEXT)); in testBigText()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/v2/model/
DUninstallRepository.kt545 var bigText: String? = null in handleUninstallResult() variable
553 bigText = context.getString(R.string.uninstall_blocked_device_owner) in handleUninstallResult()
555 bigText = context.getString( in handleUninstallResult()
563 bigText?.let { setBigText(uninstallFailedNotification, it) } in handleUninstallResult()
636 builder.setStyle(Notification.BigTextStyle().bigText(text)) in setBigText()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotNotificationsController.kt89 val notification = Notification.BigTextStyle(builder).bigText(errorMsg).build() in notifyScreenshotError()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DSingleLineViewBinderTest.kt57 val style = Notification.BigTextStyle().bigText(CONTENT_TEXT) in bindNonConversationSingleLineView()
DSingleLineViewInflaterTest.kt306 .setStyle(Notification.BigTextStyle().bigText("Big Text")) in <lambda>()
DNotificationContentInflaterTest.java126 .setStyle(new Notification.BigTextStyle().bigText("big text")); in setUp()
DNotificationRowContentBinderImplTest.kt105 .setStyle(Notification.BigTextStyle().bigText("big text")) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java604 .setStyle(new Notification.BigTextStyle().bigText(details)) in getNotificationBuilder()
695 .setStyle(new Notification.BigTextStyle().bigText(details)) in getNotificationBuilder()
703 .setStyle(new Notification.BigTextStyle().bigText(details)) in getNotificationBuilder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/flags/
DFlagDependenciesBase.kt160 .setStyle(Notification.BigTextStyle().bigText(details)) in warnAboutBadFlagConfiguration()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java318 .setStyle(new Notification.BigTextStyle().bigText(contentText)) in showWarningNotification()
370 .setStyle(new Notification.BigTextStyle().bigText(message)) in showAutoSaverSuggestionNotification()
441 .setStyle(new Notification.BigTextStyle().bigText(message)) in showHighTemperatureWarning()
527 .setStyle(new Notification.BigTextStyle().bigText(message)) in showThermalShutdownWarning()
/frameworks/base/services/core/java/com/android/server/wm/
DAlertWindowNotification.java120 .setStyle(new Notification.BigTextStyle().bigText(message)) in onPostNotification()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java1065 CharSequence bigText = in extractFlyoutMessage() local
1067 bubbleMessage.message = !TextUtils.isEmpty(bigText) in extractFlyoutMessage()
1068 ? bigText in extractFlyoutMessage()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DWindowMagnificationPromptController.java118 .setStyle(new Notification.BigTextStyle().bigText(message)) in showNotificationIfNeeded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DCsdWarningDialog.java285 .setStyle(new Notification.BigTextStyle().bigText(text)) in sendNotification()
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DDynamicSystemInstallationService.java572 .setStyle(new Notification.BigTextStyle().bigText(msgCompleted)); in buildNotification()
587 .setStyle(new Notification.BigTextStyle().bigText(msgInUse)); in buildNotification()
/frameworks/base/services/core/java/com/android/server/
DMasterClearReceiver.java174 .setStyle(new Notification.BigTextStyle().bigText(wipeReason)) in sendWipeProfileNotification()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DUninstallFinish.java218 builder.setStyle(new Notification.BigTextStyle().bigText(text)); in setBigText()
/frameworks/base/services/core/java/com/android/server/power/batterysaver/
DBatterySaverStateMachine.java944 .setStyle(new Notification.BigTextStyle().bigText(summary)) in buildNotification()
970 .setStyle(new Notification.BigTextStyle().bigText(summary)) in buildNotificationV2()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DRemoteBugreportManager.java186 .setStyle(new Notification.BigTextStyle().bigText(mContext.getString( in buildNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DInstantAppNotifier.java330 .setStyle(new Notification.BigTextStyle().bigText(message)) in postInstantAppNotif()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DPolicyWarningUIController.java346 .bigText( in sendNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryLoggerTest.kt111 .setStyle(Notification.BigTextStyle().bigText("text")) in <lambda>()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DBiometricNotificationUtils.java318 .setStyle(new Notification.BigTextStyle().bigText(content)) in showNotificationHelper()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java601 bigTextStyle.bigText(getNextArgRequired()); in doNotify()

12