Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DMissedCallNotifier.java148 Uri handleUri = call.getHandle(); in showMissedCallNotification() local
149 String handle = handleUri == null ? null : handleUri.getSchemeSpecificPart(); in showMissedCallNotification()
159 createCallBackPendingIntent(handleUri)); in showMissedCallNotification()
163 createSendSmsFromNotificationPendingIntent(handleUri)); in showMissedCallNotification()