HomeSort by relevance Sort by last modified time
    Searched refs:sendIncomingCallIntent (Results 1 - 3 of 3) sorted by null

  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
CallNotificationReceiver.java 68 sendIncomingCallIntent(context, null, VideoProfile.STATE_RX_ENABLED);
70 sendIncomingCallIntent(context, null, VideoProfile.STATE_BIDIRECTIONAL);
74 sendIncomingCallIntent(context, null, VideoProfile.STATE_AUDIO_ONLY);
84 public static void sendIncomingCallIntent(Context context, Uri handle, int videoState) {
TestCallActivity.java 68 CallNotificationReceiver.sendIncomingCallIntent(this, data,
  /packages/services/Telephony/src/com/android/services/telephony/
PstnIncomingCallNotifier.java 132 sendIncomingCallIntent(connection);
153 sendIncomingCallIntent(connection);
159 sendIncomingCallIntent(connection);
235 private void sendIncomingCallIntent(Connection connection) {

Completed in 748 milliseconds