Searched refs:createCallBackPendingIntent (Results 1 – 3 of 3) sorted by relevance
217 createCallBackPendingIntent(call.handle, call.userHandle)).build()); in showDisconnectedNotification()325 private PendingIntent createCallBackPendingIntent(Uri handle, UserHandle userHandle) { in createCallBackPendingIntent() method in DisconnectedCallNotifier
291 createCallBackPendingIntent(handleUri, userHandle)); in sendNotificationThroughDefaultDialer()410 createCallBackPendingIntent(handleUri, userHandle)); in showMissedCallNotification()560 private PendingIntent createCallBackPendingIntent(Uri handle, UserHandle userHandle) { in createCallBackPendingIntent() method in MissedCallNotifierImpl
387 createCallBackPendingIntent(call.number, call.callsUri)) in getNotificationForCall()478 private PendingIntent createCallBackPendingIntent(String number, @NonNull Uri callUri) { in createCallBackPendingIntent() method in MissedCallNotifier