Searched refs:RawGatewayInfo (Results 1 - 3 of 3) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
H A DCallGatewayManager.java68 public static final RawGatewayInfo EMPTY_INFO = new RawGatewayInfo(null, null, null);
70 private final ConcurrentHashMap<Connection, RawGatewayInfo> mMap =
71 new ConcurrentHashMap<Connection, RawGatewayInfo>(4, 0.9f, 1);
87 * Intent parameter. If no such data exists, returns a Null-Object RawGatewayInfo.
89 * @return A populated or empty RawGatewayInfo object.
91 public static RawGatewayInfo getRawGatewayInfo(Intent intent, String number) {
93 return new RawGatewayInfo(intent.getStringExtra(EXTRA_GATEWAY_PROVIDER_PACKAGE),
104 public void setGatewayInfoForConnection(Connection connection, RawGatewayInfo gatewayInfo) {
124 public RawGatewayInfo getGatewayInf
197 public static class RawGatewayInfo { class in class:CallGatewayManager
202 public RawGatewayInfo(String packageName, Uri gatewayUri, method in class:CallGatewayManager.RawGatewayInfo
[all...]
H A DCallController.java23 import com.android.phone.CallGatewayManager.RawGatewayInfo;
442 final RawGatewayInfo rawGatewayInfo = mCallGatewayManager.getRawGatewayInfo(intent, number);
H A DPhoneUtils.java63 import com.android.phone.CallGatewayManager.RawGatewayInfo;
565 boolean isEmergencyCall, RawGatewayInfo gatewayInfo, CallGatewayManager callGateway) {
1342 RawGatewayInfo info) {

Completed in 74 milliseconds