Home
last modified time | relevance | path

Searched refs:BigTextStyle (Results 1 – 25 of 48) sorted by relevance

12

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationTest.java99 .setStyle(new Notification.BigTextStyle()); in testStyleChangeVisiblyDifferent_noStyleToStyle()
108 .setStyle(new Notification.BigTextStyle()); in testStyleChangeVisiblyDifferent_styleToNoStyle()
118 .setStyle(new Notification.BigTextStyle()); in testStyleChangeVisiblyDifferent_changeStyle()
136 .setStyle(new Notification.BigTextStyle().bigText("something")); in testBigTextTextChange()
138 .setStyle(new Notification.BigTextStyle().bigText("else")); in testBigTextTextChange()
DNotificationShellCmdTest.java163 assertSame(captured.getNotificationStyle(), Notification.BigTextStyle.class); in testBigText()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotNotificationsController.java91 Notification n = new Notification.BigTextStyle(b) in notifyScreenshotError()
/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/packages/SettingsProvider/src/com/android/providers/settings/
DWifiSoftApConfigChangedNotifier.java82 .setStyle(new Notification.BigTextStyle() in createConversionNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java281 .setStyle(new Notification.BigTextStyle().bigText(contentText)) in showWarningNotification()
315 .setStyle(new Notification.BigTextStyle().bigText(message)) in showAutoSaverSuggestionNotification()
394 .setStyle(new Notification.BigTextStyle().bigText(message)) in showHighTemperatureWarning()
480 .setStyle(new Notification.BigTextStyle().bigText(message)) in showThermalShutdownWarning()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleTest.java98 doReturn(Notification.BigTextStyle.class).when(mNotif).getNotificationStyle(); in testGetUpdateMessage_bigText()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java517 .setStyle(new Notification.BigTextStyle().bigText(details)) in getNotificationBuilder()
591 .setStyle(new Notification.BigTextStyle().bigText(details)) in getNotificationBuilder()
/frameworks/base/services/core/java/com/android/server/wm/
DAlertWindowNotification.java120 .setStyle(new Notification.BigTextStyle().bigText(message)) in onPostNotification()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DWindowMagnificationPromptController.java118 .setStyle(new Notification.BigTextStyle().bigText(message)) in showNotificationIfNeeded()
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
DNotificationTests.java146 Notification.BigTextStyle bigTextStyle = new Notification.BigTextStyle() in makeBigTextNotification()
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DDynamicSystemInstallationService.java470 .setStyle(new Notification.BigTextStyle().bigText(msgCompleted)); in buildNotification()
485 .setStyle(new Notification.BigTextStyle().bigText(msgInUse)); in buildNotification()
/frameworks/base/services/core/java/com/android/server/
DMasterClearReceiver.java161 .setStyle(new Notification.BigTextStyle().bigText(wipeReason)) in sendWipeProfileNotification()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java469 Notification.BigTextStyle bigTextStyle = null; in doNotify()
547 bigTextStyle = new Notification.BigTextStyle(); in doNotify()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DUninstallFinish.java225 builder.setStyle(new Notification.BigTextStyle().bigText(text)); in setBigText()
DPackageInstalledNotificationUtils.java320 .setStyle(new Notification.BigTextStyle()); in getAppInstalledNotificationBuilder()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DRemoteBugreportManager.java180 .setStyle(new Notification.BigTextStyle().bigText(mContext.getString( in buildNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DInstantAppNotifier.java359 .setStyle(new Notification.BigTextStyle().bigText(message)) in postInstantAppNotif()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DPolicyWarningUIController.java307 .setStyle(new Notification.BigTextStyle() in sendNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java117 .setStyle(new Notification.BigTextStyle().bigText("big text")); in setUp()
DNotificationTestHelper.java387 .setStyle(new Notification.BigTextStyle().bigText("Big Text")); in createNotification()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
DPluginInstanceManager.java364 .setStyle(new Notification.BigTextStyle()) in handleLoadPlugin()
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java486 .setStyle(new Notification.BigTextStyle() in updateNotifications()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java857 if (Notification.BigTextStyle.class.equals(style)) { in extractFlyoutMessage()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbPortManager.java252 .setStyle(new Notification.BigTextStyle() in updateContaminantNotification()
286 .setStyle(new Notification.BigTextStyle() in updateContaminantNotification()

12