Home
last modified time | relevance | path

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

12

/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/notifications/
DConsentNotificationTrigger.java262 String bigText = in getGaV2ConsentNotification() local
268 new NotificationCompat.BigTextStyle().bigText(bigText); in getGaV2ConsentNotification()
308 .bigText( in getConsentNotification()
347 .bigText( in getU18ConsentNotification()
374 String bigText = in getPasConsentNotification() local
380 new NotificationCompat.BigTextStyle().bigText(bigText); in getPasConsentNotification()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DMessageNotificationState.java567 .bigText(mContent); in build()
599 notifStyle = new NotificationCompat.BigTextStyle(builder).bigText(buf); in build()
763 final SpannableStringBuilder bigText = new SpannableStringBuilder(); in buildConversationPageForWearable() local
767 bigText.append(context.getString(R.string.ellipsis) + "\n\n"); in buildConversationPageForWearable()
775 bigText.append(messages.get(i)); in buildConversationPageForWearable()
777 bigText.append("\n\n"); in buildConversationPageForWearable()
789 bigText.append("\n\n").append(statusText); in buildConversationPageForWearable()
794 new NotificationCompat.BigTextStyle(notifBuilder).bigText(bigText); in buildConversationPageForWearable()
/packages/modules/ExtServices/java/tests/src/android/ext/services/notification/
DNotificationOtpDetectionHelperTest.kt201 val bigText = "BIG TEXT" in <lambda>() constant
204 style.bigText(bigText) in <lambda>()
209 …addResult(expected = true, sensitive.contains(bigText), "expected sensitive text to contain $bigTe… in <lambda>()
/packages/modules/ExtServices/java/src/android/ext/services/notification/
DNotificationOtpDetectionHelper.java307 CharSequence bigText = extras.getCharSequence(EXTRA_BIG_TEXT); in getTextForDetection() local
310 builder.append(bigText != null ? bigText : "").append(" ") in getTextForDetection()
/packages/apps/Messaging/src/com/android/messaging/sms/
DSmsStorageStatusManager.java79 bigTextStyle.bigText(resources.getString(R.string.sms_storage_low_text)); in postStorageLowNotification()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DAudioProcessingNotification.java92 .bigText(mContext.getString( in showAudioProcessingNotification()
DDisconnectedCallNotifier.java196 .setStyle(new Notification.BigTextStyle().bigText(expandedText)) in showDisconnectedNotification()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSimRequiredNotifier.java91 .setStyle(new Notification.BigTextStyle().bigText(message)) in showNotification()
DEapFailureNotifier.java156 .setStyle(new Notification.BigTextStyle().bigText(errorMessage)) in showNotification()
DInsecureEapNetworkHandler.java468 .setStyle(new Notification.BigTextStyle().bigText(message)) in createCertificateErrorNotification()
832 .setStyle(new Notification.BigTextStyle().bigText(content)) in notifyUserForCaCertificate()
DWifiSettingsStore.java247 .setStyle(new Notification.BigTextStyle().bigText(message)) in showNotification()
/packages/apps/Settings/src/com/android/settings/development/
DPageAgnosticNotificationService.java105 .setStyle(new Notification.BigTextStyle().bigText(text)) in buildNotification()
/packages/apps/Settings/src/com/android/settings/sim/
DSimSelectNotification.java302 .setStyle(new Notification.BigTextStyle().bigText(notificationSummary)) in createEnableMmsNotification()
349 .setStyle(new Notification.BigTextStyle().bigText( in createSimCombinationWarningNotification()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DNotificationHelper.java100 .setStyle(new Notification.BigTextStyle().bigText(mContext.getString( in showPrivacyReminderNotification()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/notification/
DNotificationHelperService.java134 .setStyle(new Notification.BigTextStyle().bigText(message)) in sendToggleNotification()
/packages/apps/Dialer/java/com/android/dialer/spam/promo/
DSpamBlockingPromoHelper.java192 .bigText(context.getString(R.string.spam_blocking_promo_text))) in getSpamBlockingPromoNotification()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/
DAutoGrantPermissionsNotifier.java166 .setStyle(new Notification.BigTextStyle().bigText(messageText).setBigContentTitle( in notifyOfAutoGrantPermissions()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java755 .bigText( in updateIncomingFileConfirmNotification()
792 .bigText( in updateIncomingFileConfirmNotification()
/packages/apps/StorageManager/src/com/android/storagemanager/automatic/
DNotificationController.java219 .bigText( in showNotification()
/packages/services/BuiltInPrintService/src/com/android/bips/
DP2pPermissionManager.java253 .setStyle(new Notification.BigTextStyle().bigText( in showNotification()
DBuiltInPrintService.java344 .setStyle(new Notification.BigTextStyle().bigText(message)) in notifyCertificateChange()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPermissionRequest.java178 .setStyle(new Notification.BigTextStyle().bigText(message)) in onReceive()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DVisualVoicemailNotifier.java176 .setStyle(new NotificationCompat.BigTextStyle().bigText(voicemail.transcription)); in createNotificationForVoicemail()
/packages/apps/Messaging/src/com/android/messaging/receiver/
DSmsReceiver.java279 bigTextStyle.bigText(resources.getString(R.string.secondary_user_new_message_title)); in postNewMessageSecondaryUserNotification()
/packages/apps/Dialer/java/com/android/incallui/spam/
DSpamCallListListener.java283 .bigText( in showNonSpamCallNotification()

12