Home
last modified time | relevance | path

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

12

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
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()
DNotificationTest.java136 .setStyle(new Notification.BigTextStyle().bigText("something")); in testBigTextTextChange()
138 .setStyle(new Notification.BigTextStyle().bigText("else")); in testBigTextTextChange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleViewInfoTask.java227 CharSequence bigText = in extractFlyoutMessage() local
229 bubbleMessage.message = !TextUtils.isEmpty(bigText) in extractFlyoutMessage()
230 ? bigText in extractFlyoutMessage()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSimRequiredNotifier.java85 .setStyle(new Notification.BigTextStyle().bigText(message)) in buildSimRequiredNotification()
DEapFailureNotifier.java111 .setStyle(new Notification.BigTextStyle().bigText(errorMessage)) in showNotification()
DWifiCarrierInfoManager.java1449 .bigText(mResources.getString( in sendImsiPrivacyNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java221 .setStyle(new Notification.BigTextStyle().bigText(text)) in updateMissingPrivateVolumes()
250 .setStyle(new Notification.BigTextStyle().bigText(text)) in onDiskScannedInternal()
524 .setStyle(new Notification.BigTextStyle().bigText(text)) in onMoveProgress()
575 .setStyle(new Notification.BigTextStyle().bigText(text)) in onMoveFinished()
610 .setStyle(new Notification.BigTextStyle().bigText(text)) in buildNotificationBuilder()
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
DNotificationTests.java147 .bigText(longSmsText); in makeBigTextNotification()
148 Notification bigText = new Notification.Builder(context) in makeBigTextNotification() local
162 return bigText; in makeBigTextNotification()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DRemoteBugreportUtils.java114 .setStyle(new Notification.BigTextStyle().bigText(context.getString( in buildNotification()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java488 .setStyle(new Notification.BigTextStyle().bigText(details)) in getNotificationBuilder()
562 .setStyle(new Notification.BigTextStyle().bigText(details)) in getNotificationBuilder()
/frameworks/base/services/core/java/com/android/server/wm/
DAlertWindowNotification.java122 .setStyle(new Notification.BigTextStyle().bigText(message)) in onPostNotification()
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DDynamicSystemInstallationService.java458 .setStyle(new Notification.BigTextStyle().bigText(msgCompleted)); in buildNotification()
473 .setStyle(new Notification.BigTextStyle().bigText(msgInUse)); in buildNotification()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DUninstallFinish.java225 builder.setStyle(new Notification.BigTextStyle().bigText(text)); in setBigText()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotNotificationsController.java260 .bigText(errorMsg) in notifyScreenshotError()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java278 .setStyle(new Notification.BigTextStyle().bigText(contentText)) in showWarningNotification()
312 .setStyle(new Notification.BigTextStyle().bigText(message)) in showAutoSaverSuggestionNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DInstantAppNotifier.java359 .setStyle(new Notification.BigTextStyle().bigText(message)) in postInstantAppNotif()
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkNotificationManager.java272 builder.setStyle(new Notification.BigTextStyle().bigText(details)); in showNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationTestHelper.java342 .setStyle(new Notification.BigTextStyle().bigText("Big Text")); in createNotification()
DNotificationContentInflaterTest.java97 .setStyle(new Notification.BigTextStyle().bigText("big text")); in setUp()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java600 bigTextStyle.bigText(getNextArgRequired()); in doNotify()
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java506 .bigText(details)) in updateNotifications()
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssVisibilityControl.java640 .setStyle(new Notification.BigTextStyle().bigText(message)) in displayNfwNotification()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbPortManager.java248 .bigText(message)); in updateContaminantNotification()
282 .bigText(message)); in updateContaminantNotification()
/frameworks/base/services/core/java/com/android/server/power/batterysaver/
DBatterySaverStateMachine.java851 .setStyle(new Notification.BigTextStyle().bigText(summary)) in buildNotification()
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationTestList.java940 .setStyle(new Notification.BigTextStyle().bigText(message))

12