Searched refs:sendIncomingCallIntent (Results 1 – 3 of 3) sorted by relevance
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | CallNotificationReceiver.java | 68 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
|
D | TestCallActivity.java | 68 CallNotificationReceiver.sendIncomingCallIntent(this, data, in onCreate()
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | PstnIncomingCallNotifier.java | 172 sendIncomingCallIntent(connection); in handleNewRingingConnection() 193 sendIncomingCallIntent(connection); in handleCdmaCallWaiting() 199 sendIncomingCallIntent(connection); in handleCdmaCallWaiting() 278 private void sendIncomingCallIntent(Connection connection) { in sendIncomingCallIntent() method in PstnIncomingCallNotifier
|