Home
last modified time | relevance | path

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

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DCallServiceNotifier.java317 private PendingIntent createIncomingAudioCall(Context context) { in createIncomingAudioCall() method in CallServiceNotifier
328 builder.addAction(0, "Add Call", createIncomingAudioCall(context)); in addAddCallAction()