Home
last modified time | relevance | path

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

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DCallNotificationReceiver.java68 sendIncomingCallIntent(context, null, VideoProfile.STATE_RX_ENABLED); in onReceive()
70 sendIncomingCallIntent(context, null, VideoProfile.STATE_BIDIRECTIONAL); in onReceive()
74 sendIncomingCallIntent(context, null, VideoProfile.STATE_AUDIO_ONLY); in onReceive()
84 public static void sendIncomingCallIntent(Context context, Uri handle, int videoState) { in sendIncomingCallIntent() method in CallNotificationReceiver
DTestCallActivity.java68 CallNotificationReceiver.sendIncomingCallIntent(this, data, in onCreate()
/packages/services/Telephony/src/com/android/services/telephony/
DPstnIncomingCallNotifier.java163 sendIncomingCallIntent(connection); in handleNewRingingConnection()
184 sendIncomingCallIntent(connection); in handleCdmaCallWaiting()
190 sendIncomingCallIntent(connection); in handleCdmaCallWaiting()
267 private void sendIncomingCallIntent(Connection connection) { in sendIncomingCallIntent() method in PstnIncomingCallNotifier