Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DRecordingService.java276 String notificationTitle = res.getString(R.string.screenrecord_start_error); in createErrorNotification() local
297 String notificationTitle = mAudioSource == ScreenRecordingAudioSource.NONE in createRecordingNotification() local
326 String notificationTitle = mAudioSource == ScreenRecordingAudioSource.NONE in createProcessingNotification() local
/aosp14/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java634 private Bundle sendBugreportFinishedAndGetSharedIntent(String notificationTitle) in sendBugreportFinishedAndGetSharedIntent()
647 final String notificationTitle = mContext.getString(R.string.bugreport_finished_title, id); in acceptBugreportAndGetSharedIntent() local
657 private Bundle acceptBugreportAndGetSharedIntent(String notificationTitle) { in acceptBugreportAndGetSharedIntent()