Searched refs:notificationTitle (Results 1 – 6 of 6) sorted by relevance
247 String notificationTitle = res.getString(R.string.screenrecord_start_error); in createErrorNotification() local251 .setContentTitle(notificationTitle) in createErrorNotification()276 String notificationTitle = mAudioSource == ScreenRecordingAudioSource.NONE in createRecordingNotification() local291 .setContentTitle(notificationTitle) in createRecordingNotification()305 String notificationTitle = mAudioSource == ScreenRecordingAudioSource.NONE in createProcessingNotification() local314 .setContentTitle(notificationTitle) in createProcessingNotification()
309 String notificationTitle = mContext.getString(R.string.notification_voicemail_title); in updateMwi() local329 notificationTitle = String.format(titleFormat, vmCount); in updateMwi()375 .setContentTitle(notificationTitle) in updateMwi()543 String notificationTitle; in updateCfi() local550 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()
121 CharSequence notificationTitle = null; in onEnableMmsDataRequest() local124 notificationTitle = context.getResources().getText( in onEnableMmsDataRequest()127 notificationTitle = context.getResources().getText( in onEnableMmsDataRequest()148 createEnableMmsNotification(context, notificationTitle, notificationSummary, subId); in onEnableMmsDataRequest()
99 String notificationTitle = in createNotification() local126 .setContentTitle(notificationTitle) in createNotification()
634 private Bundle sendBugreportFinishedAndGetSharedIntent(String notificationTitle) in sendBugreportFinishedAndGetSharedIntent() argument637 return acceptBugreportAndGetSharedIntent(notificationTitle); in sendBugreportFinishedAndGetSharedIntent()647 final String notificationTitle = mContext.getString(R.string.bugreport_finished_title, id); in acceptBugreportAndGetSharedIntent() local648 return acceptBugreportAndGetSharedIntent(notificationTitle); in acceptBugreportAndGetSharedIntent()657 private Bundle acceptBugreportAndGetSharedIntent(String notificationTitle) { in acceptBugreportAndGetSharedIntent() argument658 mUiBot.clickOnNotification(notificationTitle); in acceptBugreportAndGetSharedIntent()
875 final String notificationTitle = String.format(titleFormat, language); in showDictionaryAvailableNotification() local879 .setContentTitle(notificationTitle) in showDictionaryAvailableNotification()881 .setTicker(notificationTitle) in showDictionaryAvailableNotification()