Searched refs:sendIncomingCallIntent (Results 1 – 3 of 3) sorted by relevance
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | CallNotificationReceiver.java | 66 sendIncomingCallIntent(context, null, VideoProfile.STATE_RX_ENABLED); in onReceive() 68 sendIncomingCallIntent(context, null, VideoProfile.STATE_BIDIRECTIONAL); in onReceive() 70 sendIncomingCallIntent(context, null, VideoProfile.STATE_AUDIO_ONLY); in onReceive() 80 public static void sendIncomingCallIntent(Context context, Uri handle, int videoState) { in sendIncomingCallIntent() method in CallNotificationReceiver
|
D | TestCallActivity.java | 62 CallNotificationReceiver.sendIncomingCallIntent(this, data, in onCreate()
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | PstnIncomingCallNotifier.java | 139 sendIncomingCallIntent(connection); in handleNewRingingConnection() 153 sendIncomingCallIntent(connection); in handleCdmaCallWaiting() 226 private void sendIncomingCallIntent(Connection connection) { in sendIncomingCallIntent() method in PstnIncomingCallNotifier
|