/frameworks/base/core/java/android/service/notification/ |
D | flags.aconfig | 24 description: "This flag controls the redacting of BigTextStyle fields in sensitive notifications"
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationMemoryMeter.kt | 5 import android.app.Notification.BigTextStyle in <lambda>() 174 BigTextStyle::class.java.name -> NotificationEnums.STYLE_BIG_TEXT in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | ScreenshotNotificationsController.kt | 89 val notification = Notification.BigTextStyle(builder).bigText(errorMsg).build() in notifyScreenshotError()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | SingleLineViewBinderTest.kt | 57 val style = Notification.BigTextStyle().bigText(CONTENT_TEXT) in bindNonConversationSingleLineView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
D | StorageNotification.java | 248 .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/ |
D | CarrierServiceStateTracker.java | 604 .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/ |
D | FlagDependenciesBase.kt | 160 .setStyle(Notification.BigTextStyle().bigText(details)) in warnAboutBadFlagConfiguration()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationMemoryLoggerTest.kt | 111 .setStyle(Notification.BigTextStyle().bigText("text")) in <lambda>() 395 Notification.Builder(context).setStyle(Notification.BigTextStyle()).build(), in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/ |
D | PowerNotificationWarnings.java | 318 .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/ |
D | AlertWindowNotification.java | 120 .setStyle(new Notification.BigTextStyle().bigText(message)) in onPostNotification()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
D | WindowMagnificationPromptController.java | 118 .setStyle(new Notification.BigTextStyle().bigText(message)) in showNotificationIfNeeded()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | CsdWarningDialog.java | 285 .setStyle(new Notification.BigTextStyle().bigText(text)) in sendNotification()
|
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/ |
D | DynamicSystemInstallationService.java | 572 .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/ |
D | MasterClearReceiver.java | 174 .setStyle(new Notification.BigTextStyle().bigText(wipeReason)) in sendWipeProfileNotification()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/ |
D | BubbleTest.java | 102 doReturn(Notification.BigTextStyle.class).when(mNotif).getNotificationStyle(); in testGetUpdateMessage_bigText()
|
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
D | UninstallFinish.java | 218 builder.setStyle(new Notification.BigTextStyle().bigText(text)); in setBigText()
|
D | PackageInstalledNotificationUtils.java | 321 .setStyle(new Notification.BigTextStyle()); in getAppInstalledNotificationBuilder()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationShellCmd.java | 486 Notification.BigTextStyle bigTextStyle = null; in doNotify() 567 bigTextStyle = new Notification.BigTextStyle(); in doNotify()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationShellCmdTest.java | 162 assertSame(captured.getNotificationStyle(), Notification.BigTextStyle.class); in testBigText()
|
/frameworks/base/services/core/java/com/android/server/power/batterysaver/ |
D | BatterySaverStateMachine.java | 944 .setStyle(new Notification.BigTextStyle().bigText(summary)) in buildNotification() 970 .setStyle(new Notification.BigTextStyle().bigText(summary)) in buildNotificationV2()
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | NotificationTest.java | 937 Notification.Style style = new Notification.BigTextStyle(); in testRestoreFromExtras_BigText_invalidExtra_noCrash() 1192 .setStyle(new Notification.BigTextStyle()); in testStyleChangeVisiblyDifferent_noStyleToStyle() 1201 .setStyle(new Notification.BigTextStyle()); in testStyleChangeVisiblyDifferent_styleToNoStyle() 1211 .setStyle(new Notification.BigTextStyle()); in testStyleChangeVisiblyDifferent_changeStyle() 1229 .setStyle(new Notification.BigTextStyle().bigText("something")); in testBigTextTextChange() 1231 .setStyle(new Notification.BigTextStyle().bigText("else")); in testBigTextTextChange()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | RemoteBugreportManager.java | 186 .setStyle(new Notification.BigTextStyle().bigText(mContext.getString( in buildNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | InstantAppNotifier.java | 330 .setStyle(new Notification.BigTextStyle().bigText(message)) in postInstantAppNotif()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/ |
D | PluginActionManager.java | 336 .setStyle(new Notification.BigTextStyle()) in reportInvalidVersion()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | PolicyWarningUIController.java | 345 .setStyle(new Notification.BigTextStyle() in sendNotification()
|