Searched refs:createCallBackPendingIntent (Results 1 – 3 of 3) sorted by relevance
245 createCallBackPendingIntent(handleUri, userHandle)); in sendNotificationThroughDefaultDialer()351 createCallBackPendingIntent(handleUri, userHandle)); in showMissedCallNotification()492 private PendingIntent createCallBackPendingIntent(Uri handle, UserHandle userHandle) { in createCallBackPendingIntent() method in MissedCallNotifierImpl
217 createCallBackPendingIntent(call.handle, call.userHandle)).build()); in showDisconnectedNotification()319 private PendingIntent createCallBackPendingIntent(Uri handle, UserHandle userHandle) { in createCallBackPendingIntent() method in DisconnectedCallNotifier
377 createCallBackPendingIntent(call.number, call.callsUri)) in getNotificationForCall()468 private PendingIntent createCallBackPendingIntent(String number, @NonNull Uri callUri) { in createCallBackPendingIntent() method in MissedCallNotifier