Home
last modified time | relevance | path

Searched refs:contentText (Results 1 – 8 of 8) sorted by relevance

/packages/apps/TV/tuner/src/com/android/tv/tuner/setup/
DBaseTunerSetupActivity.java385 String contentText = resources.getString(contentTextId); in sendNotification() local
387 sendNotificationInternal(context, contentTitle, contentText, tunerSetupIntent); in sendNotification()
391 sendRecommendationCard(context, contentTitle, contentText, largeIcon, tunerSetupIntent); in sendNotification()
396 Context context, String contentTitle, String contentText, Intent tunerSetupIntent) { in sendNotificationInternal() argument
408 .setContentText(contentText) in sendNotificationInternal()
430 String contentText, in sendRecommendationCard() argument
439 .setContentText(contentText) in sendRecommendationCard()
440 .setContentInfo(contentText) in sendRecommendationCard()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DLegacyVoicemailNotifier.java110 String contentText; in createNotification() local
113 contentText = getNotificationText(context, handle, voicemailNumber); in createNotification()
116 contentText = context.getString(R.string.notification_voicemail_no_vm_number); in createNotification()
126 .setContentText(contentText) in createNotification()
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/sync/
DPickerSyncNotificationHelper.java86 final String contentText = resources.getString(R.string.picker_sync_notification_text); in getNotification() local
91 .setContentText(contentText) in getNotification()
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/notifications/
DConsentNotificationTrigger.java275 String contentText = in getGaV2ConsentNotification() local
285 .setContentText(contentText) in getGaV2ConsentNotification()
387 String contentText = in getPasConsentNotification() local
397 .setContentText(contentText) in getPasConsentNotification()
/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java640 CharSequence contentText = mContext.getText(roamingOn in showDataRoamingNotification() local
648 .setContentText(contentText) in showDataRoamingNotification()
652 new Notification.BigTextStyle(builder).bigText(contentText).build(); in showDataRoamingNotification()
720 final CharSequence contentText = TextUtils.isEmpty(line1Num) ? in showLimitedSimFunctionWarningNotification() local
730 .setContentText(contentText) in showLimitedSimFunctionWarningNotification()
736 contentText).build(); in showLimitedSimFunctionWarningNotification()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/utils/
DMockMessageNotificationBuilder.java270 public MockMessageNotificationBuilder setContentText(String contentText) { in setContentText() argument
271 mContentText = contentText; in setContentText()
/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerNotificationBuilder.kt388 val contentText: CharSequence = AlarmUtils.getFormattedTime(context, in buildMissed() constant
390 notification.setContentText(contentText).setContentTitle(stateText) in buildMissed()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java437 String contentText = context.getString(R.string.repair_for_adv_phonebook_feature); in createNotification() local
442 .setContentText(contentText) in createNotification()