Searched refs:notificationTitle (Results 1 – 2 of 2) sorted by relevance
276 String notificationTitle = res.getString(R.string.screenrecord_start_error); in createErrorNotification() local280 .setContentTitle(notificationTitle) in createErrorNotification()297 String notificationTitle = mAudioSource == ScreenRecordingAudioSource.NONE in createRecordingNotification() local312 .setContentTitle(notificationTitle) in createRecordingNotification()326 String notificationTitle = mAudioSource == ScreenRecordingAudioSource.NONE in createProcessingNotification() local335 .setContentTitle(notificationTitle) in createProcessingNotification()
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()