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

  /packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
TestConnectionManager.java 306 public Connection onCreateIncomingConnection(
TestConnectionService.java 298 public Connection onCreateIncomingConnection(
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipConnectionService.java 141 public Connection onCreateIncomingConnection(
144 if (VERBOSE) log("onCreateIncomingConnection, request: " + request);
147 if (VERBOSE) log("onCreateIncomingConnection, no extras");
155 if (VERBOSE) log("onCreateIncomingConnection, no SIP intent");
164 log("onCreateIncomingConnection, takeAudioCall exception: " + e);
175 if (VERBOSE) log("onCreateIncomingConnection, new connection: " + originalConnection);
182 if (VERBOSE) log("onCreateIncomingConnection, takingIncomingCall failed");
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnectionService.java 228 public Connection onCreateIncomingConnection(
231 Log.i(this, "onCreateIncomingConnection, request: " + request);
242 Log.i(this, "onCreateIncomingConnection, no ringing call");
253 Log.i(this, "onCreateIncomingConnection, original connection already registered");
  /frameworks/base/telecomm/java/android/telecom/
ConnectionService.java 69 * to {@link #onCreateIncomingConnection} or {@link #onCreateOutgoingConnection} wherein it
576 : isIncoming ? onCreateIncomingConnection(callManagerAccount, request)
    [all...]

Completed in 157 milliseconds