Home
last modified time | relevance | path

Searched refs:createNotificationBuilder (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DMissedCallNotifier.java145 Notification.Builder groupSummary = createNotificationBuilder(); in updateMissedCallNotification()
200 Notification.Builder publicSummaryBuilder = createNotificationBuilder(); in updateMissedCallNotification()
336 createNotificationBuilder(call).setContentTitle(context.getText(titleResId)); in getNotificationForCall()
338 Notification.Builder builder = createNotificationBuilder(call); in getNotificationForCall()
396 private Notification.Builder createNotificationBuilder() { in createNotificationBuilder() method in MissedCallNotifier
407 private Notification.Builder createNotificationBuilder(@NonNull NewCall call) { in createNotificationBuilder() method in MissedCallNotifier
409 createNotificationBuilder() in createNotificationBuilder()
DVisualVoicemailNotifier.java86 createNotificationBuilder(context) in showNotifications()
144 private static NotificationCompat.Builder createNotificationBuilder(@NonNull Context context) { in createNotificationBuilder() method in VisualVoicemailNotifier
161 createNotificationBuilder(context) in createNotificationForVoicemail()
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DJob.java291 final Notification.Builder errorBuilder = createNotificationBuilder() in getFailureNotification()
309 Notification.Builder progressBuilder = createNotificationBuilder() in createProgressBuilder()
332 Notification.Builder createNotificationBuilder() { in createNotificationBuilder() method in Job
DCopyJob.java174 final Notification.Builder warningBuilder = createNotificationBuilder() in getWarningNotification()
/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/
DNotificationUtils.java50 private static Notification.Builder createNotificationBuilder(Context context) { in createNotificationBuilder() method in NotificationUtils
86 final Notification notification = createNotificationBuilder(context) in sendDirectReplyNotification()