Home
last modified time | relevance | path

Searched defs: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
300 String notificationTitle = mAudioSource == ScreenRecordingAudioSource.NONE in createRecordingNotification() local
328 String notificationTitle = mAudioSource == ScreenRecordingAudioSource.NONE in createProcessingNotification() local
/frameworks/base/packages/Shell/tests/src/com/android/shell/
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()