Home
last modified time | relevance | path

Searched refs:notificationTitle (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DRecordingService.java247 String notificationTitle = res.getString(R.string.screenrecord_start_error); in createErrorNotification() local
251 .setContentTitle(notificationTitle) in createErrorNotification()
276 String notificationTitle = mAudioSource == ScreenRecordingAudioSource.NONE in createRecordingNotification() local
291 .setContentTitle(notificationTitle) in createRecordingNotification()
305 String notificationTitle = mAudioSource == ScreenRecordingAudioSource.NONE in createProcessingNotification() local
314 .setContentTitle(notificationTitle) in createProcessingNotification()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DNotificationMgr.java309 String notificationTitle = mContext.getString(R.string.notification_voicemail_title); in updateMwi() local
329 notificationTitle = String.format(titleFormat, vmCount); in updateMwi()
375 .setContentTitle(notificationTitle) in updateMwi()
543 String notificationTitle; in updateCfi() local
550 notificationTitle = subInfo.getDisplayName().toString(); in updateCfi()
552 notificationTitle = mContext.getString(R.string.labelCF); in updateCfi()
555 notificationTitle = mContext.getString(R.string.labelCF); in updateCfi()
561 .setContentTitle(notificationTitle) in updateCfi()
/aosp12/packages/apps/Settings/src/com/android/settings/sim/
H A DSimSelectNotification.java121 CharSequence notificationTitle = null; in onEnableMmsDataRequest() local
124 notificationTitle = context.getResources().getText( in onEnableMmsDataRequest()
127 notificationTitle = context.getResources().getText( in onEnableMmsDataRequest()
148 createEnableMmsNotification(context, notificationTitle, notificationSummary, subId); in onEnableMmsDataRequest()
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DLegacyVoicemailNotifier.java99 String notificationTitle = in createNotification() local
126 .setContentTitle(notificationTitle) in createNotification()
/aosp12/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java634 private Bundle sendBugreportFinishedAndGetSharedIntent(String notificationTitle) in sendBugreportFinishedAndGetSharedIntent() argument
637 return acceptBugreportAndGetSharedIntent(notificationTitle); in sendBugreportFinishedAndGetSharedIntent()
647 final String notificationTitle = mContext.getString(R.string.bugreport_finished_title, id); in acceptBugreportAndGetSharedIntent() local
648 return acceptBugreportAndGetSharedIntent(notificationTitle); in acceptBugreportAndGetSharedIntent()
657 private Bundle acceptBugreportAndGetSharedIntent(String notificationTitle) { in acceptBugreportAndGetSharedIntent() argument
658 mUiBot.clickOnNotification(notificationTitle); in acceptBugreportAndGetSharedIntent()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DUpdateHandler.java875 final String notificationTitle = String.format(titleFormat, language); in showDictionaryAvailableNotification() local
879 .setContentTitle(notificationTitle) in showDictionaryAvailableNotification()
881 .setTicker(notificationTitle) in showDictionaryAvailableNotification()