HomeSort by relevance Sort by last modified time
    Searched defs:onCreateOutgoingConnection (Results 1 - 20 of 20) sorted by null

  /cts/tests/tests/telecom/src/android/telecom/cts/
CtsRemoteConnectionService.java 91 public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManagerPhoneAccount,
95 return sConnectionService.onCreateOutgoingConnection(
98 return mMockConnectionService.onCreateOutgoingConnection(
CtsConnectionService.java 86 public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManagerPhoneAccount,
90 return sConnectionService.onCreateOutgoingConnection(
CtsSelfManagedConnectionService.java 93 public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManagerAccount,
MockConnectionService.java 68 public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManagerPhoneAccount,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
CtsConnectionService.java 106 public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManagerAccount,
CtsSelfManagedConnectionService.java 86 public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManagerAccount,
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DummyConnectionService.java 38 public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManagerPhoneAccount,
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
HfpClientConnectionService.java 204 public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManagerAccount,
207 Log.d(TAG, "onCreateOutgoingConnection " + connectionManagerAccount);
215 return block.onCreateOutgoingConnection(request.getAddress());
HfpClientDeviceBlock.java 101 Connection onCreateOutgoingConnection(Uri address) {
  /packages/apps/Dialer/java/com/android/dialer/simulator/impl/
SimulatorConnectionService.java 73 public Connection onCreateOutgoingConnection(
75 LogUtil.enterBlock("SimulatorConnectionService.onCreateOutgoingConnection");
79 "SimulatorConnectionService.onCreateOutgoingConnection",
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
SelfManagedConnectionService.java 44 public Connection onCreateOutgoingConnection(
TestConnectionManager.java 356 public Connection onCreateOutgoingConnection(
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipConnectionService.java 66 public Connection onCreateOutgoingConnection(
69 if (VERBOSE) log("onCreateOutgoingConnection, request: " + request);
  /frameworks/base/telecomm/java/android/telecom/
ConnectionService.java 81 * expect a call to {@link #onCreateIncomingConnection} or {@link #onCreateOutgoingConnection}
100 * {@link #onCreateOutgoingConnection(PhoneAccountHandle, ConnectionRequest)} is called.
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
ConnectionServiceFixture.java 109 public Connection onCreateOutgoingConnection(
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnectionService.java 269 public Connection onCreateOutgoingConnection(
272 Log.i(this, "onCreateOutgoingConnection, request: " + request);
276 Log.d(this, "onCreateOutgoingConnection, handle is null");
290 Log.d(this, "onCreateOutgoingConnection, phone is null");
298 Log.d(this, "onCreateOutgoingConnection, no voicemail number set.");
309 Log.d(this, "onCreateOutgoingConnection, Handle %s is not type tel", scheme);
318 Log.d(this, "onCreateOutgoingConnection, unable to parse number");
360 Log.i(this, "onCreateOutgoingConnection, converted to emergency number");
418 Log.d(this, "onCreateOutgoingConnection, cannot add call .");
499 Log.w(this, "onCreateOutgoingConnection, failed to turn on radio")
    [all...]
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 

Completed in 61 milliseconds