Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DRecordingService.java281 String notificationTitle = strings().getStartError(); in createErrorNotification() local
285 .setContentTitle(notificationTitle) in createErrorNotification()
300 String notificationTitle = mAudioSource == ScreenRecordingAudioSource.NONE in createRecordingNotification() local
315 .setContentTitle(notificationTitle) in createRecordingNotification()
328 String notificationTitle = mAudioSource == ScreenRecordingAudioSource.NONE in createProcessingNotification() local
336 .setContentTitle(notificationTitle) in createProcessingNotification()
/frameworks/base/packages/Shell/tests/src/com/android/shell/
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()