Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DConnectToNetworkNotificationBuilder.java101 createNotificationBuilder(title, network.SSID, notifierTag) in createConnectToAvailableNetworkNotification()
122 return createNotificationBuilder( in createNetworkConnectingNotification()
137 return createNotificationBuilder( in createNetworkConnectedNotification()
150 return createNotificationBuilder( in createNetworkFailedNotification()
168 private Notification.Builder createNotificationBuilder( in createNotificationBuilder() method in ConnectToNetworkNotificationBuilder
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A 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()
H A 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()
/aosp12/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/
H A DNotificationUtils.java50 private static Notification.Builder createNotificationBuilder(Context context) { in createNotificationBuilder() method in NotificationUtils
86 final Notification notification = createNotificationBuilder(context) in sendDirectReplyNotification()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/services/
H A DJob.java308 final Notification.Builder errorBuilder = createNotificationBuilder() in getFailureNotification()
327 Notification.Builder progressBuilder = createNotificationBuilder() in createProgressBuilder()
352 Notification.Builder createNotificationBuilder() { in createNotificationBuilder() method in Job
H A DCopyJob.java184 final Notification.Builder warningBuilder = createNotificationBuilder() in getWarningNotification()