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

  /packages/services/Telephony/src/com/android/phone/
CallGatewayManager.java 69 public static final RawGatewayInfo EMPTY_INFO = new RawGatewayInfo(null, null, null);
71 private final ConcurrentHashMap<Connection, RawGatewayInfo> mMap =
72 new ConcurrentHashMap<Connection, RawGatewayInfo>(4, 0.9f, 1);
88 * Intent parameter. If no such data exists, returns a Null-Object RawGatewayInfo.
90 * @return A populated or empty RawGatewayInfo object.
92 public static RawGatewayInfo getRawGatewayInfo(Intent intent, String number) {
94 return new RawGatewayInfo(intent.getStringExtra(EXTRA_GATEWAY_PROVIDER_PACKAGE),
106 public void setGatewayInfoForConnection(Connection connection, RawGatewayInfo gatewayInfo) {
126 public RawGatewayInfo getGatewayInfo(Connection connection)
    [all...]
CallController.java 23 import com.android.phone.CallGatewayManager.RawGatewayInfo;
437 final RawGatewayInfo rawGatewayInfo = mCallGatewayManager.getRawGatewayInfo(intent, number);
446 rawGatewayInfo,
BluetoothPhoneService.java 45 import com.android.phone.CallGatewayManager.RawGatewayInfo;
533 RawGatewayInfo rawInfo = mCallGatewayManager.getGatewayInfo(connection);
676 RawGatewayInfo rawInfo = mCallGatewayManager.getGatewayInfo(connection);
    [all...]
CallModeler.java 33 import com.android.phone.CallGatewayManager.RawGatewayInfo;
525 final RawGatewayInfo info = mCallGatewayManager.getGatewayInfo(connection);
575 RawGatewayInfo info = mCallGatewayManager.getGatewayInfo(connection);
    [all...]
PhoneUtils.java 62 import com.android.phone.CallGatewayManager.RawGatewayInfo;
666 boolean isEmergencyCall, RawGatewayInfo gatewayInfo, CallGatewayManager callGateway) {
    [all...]

Completed in 155 milliseconds