/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/notifications/ |
D | ConsentNotificationTrigger.java | 262 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/ |
D | MessageNotificationState.java | 567 .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/ |
D | NotificationOtpDetectionHelperTest.kt | 201 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/ |
D | NotificationOtpDetectionHelper.java | 307 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/ |
D | SmsStorageStatusManager.java | 79 bigTextStyle.bigText(resources.getString(R.string.sms_storage_low_text)); in postStorageLowNotification()
|
/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
D | AudioProcessingNotification.java | 92 .bigText(mContext.getString( in showAudioProcessingNotification()
|
D | DisconnectedCallNotifier.java | 196 .setStyle(new Notification.BigTextStyle().bigText(expandedText)) in showDisconnectedNotification()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | SimRequiredNotifier.java | 91 .setStyle(new Notification.BigTextStyle().bigText(message)) in showNotification()
|
D | EapFailureNotifier.java | 156 .setStyle(new Notification.BigTextStyle().bigText(errorMessage)) in showNotification()
|
D | InsecureEapNetworkHandler.java | 468 .setStyle(new Notification.BigTextStyle().bigText(message)) in createCertificateErrorNotification() 832 .setStyle(new Notification.BigTextStyle().bigText(content)) in notifyUserForCaCertificate()
|
D | WifiSettingsStore.java | 247 .setStyle(new Notification.BigTextStyle().bigText(message)) in showNotification()
|
/packages/apps/Settings/src/com/android/settings/development/ |
D | PageAgnosticNotificationService.java | 105 .setStyle(new Notification.BigTextStyle().bigText(text)) in buildNotification()
|
/packages/apps/Settings/src/com/android/settings/sim/ |
D | SimSelectNotification.java | 302 .setStyle(new Notification.BigTextStyle().bigText(notificationSummary)) in createEnableMmsNotification() 349 .setStyle(new Notification.BigTextStyle().bigText( in createSimCombinationWarningNotification()
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
D | NotificationHelper.java | 100 .setStyle(new Notification.BigTextStyle().bigText(mContext.getString( in showPrivacyReminderNotification()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/notification/ |
D | NotificationHelperService.java | 134 .setStyle(new Notification.BigTextStyle().bigText(message)) in sendToggleNotification()
|
/packages/apps/Dialer/java/com/android/dialer/spam/promo/ |
D | SpamBlockingPromoHelper.java | 192 .bigText(context.getString(R.string.spam_blocking_promo_text))) in getSpamBlockingPromoNotification()
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/ |
D | AutoGrantPermissionsNotifier.java | 166 .setStyle(new Notification.BigTextStyle().bigText(messageText).setBigContentTitle( in notifyOfAutoGrantPermissions()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppNotification.java | 755 .bigText( in updateIncomingFileConfirmNotification() 792 .bigText( in updateIncomingFileConfirmNotification()
|
/packages/apps/StorageManager/src/com/android/storagemanager/automatic/ |
D | NotificationController.java | 219 .bigText( in showNotification()
|
/packages/services/BuiltInPrintService/src/com/android/bips/ |
D | P2pPermissionManager.java | 253 .setStyle(new Notification.BigTextStyle().bigText( in showNotification()
|
D | BuiltInPrintService.java | 344 .setStyle(new Notification.BigTextStyle().bigText(message)) in notifyCertificateChange()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPermissionRequest.java | 178 .setStyle(new Notification.BigTextStyle().bigText(message)) in onReceive()
|
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | VisualVoicemailNotifier.java | 176 .setStyle(new NotificationCompat.BigTextStyle().bigText(voicemail.transcription)); in createNotificationForVoicemail()
|
/packages/apps/Messaging/src/com/android/messaging/receiver/ |
D | SmsReceiver.java | 279 bigTextStyle.bigText(resources.getString(R.string.secondary_user_new_message_title)); in postNewMessageSecondaryUserNotification()
|
/packages/apps/Dialer/java/com/android/incallui/spam/ |
D | SpamCallListListener.java | 283 .bigText( in showNonSpamCallNotification()
|