Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DRecordingService.java247 String notificationTitle = res.getString(R.string.screenrecord_start_error); in createErrorNotification() local
276 String notificationTitle = mAudioSource == ScreenRecordingAudioSource.NONE in createRecordingNotification() local
305 String notificationTitle = mAudioSource == ScreenRecordingAudioSource.NONE in createProcessingNotification() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DLegacyVoicemailNotifier.java99 String notificationTitle = in createNotification() local
/aosp12/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()
/aosp12/packages/apps/Settings/src/com/android/settings/sim/
H A DSimSelectNotification.java121 CharSequence notificationTitle = null; in onEnableMmsDataRequest() local
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DNotificationMgr.java309 String notificationTitle = mContext.getString(R.string.notification_voicemail_title); in updateMwi() local
543 String notificationTitle; in updateCfi() local
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DUpdateHandler.java875 final String notificationTitle = String.format(titleFormat, language); in showDictionaryAvailableNotification() local