Searched refs:RawGatewayInfo (Results 1 – 3 of 3) sorted by relevance
/packages/services/Telephony/src/com/android/phone/ |
D | CallGatewayManager.java | 68 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); 91 public static RawGatewayInfo getRawGatewayInfo(Intent intent, String number) { in getRawGatewayInfo() 93 return new RawGatewayInfo(intent.getStringExtra(EXTRA_GATEWAY_PROVIDER_PACKAGE), in getRawGatewayInfo() 104 public void setGatewayInfoForConnection(Connection connection, RawGatewayInfo gatewayInfo) { in setGatewayInfoForConnection() 124 public RawGatewayInfo getGatewayInfo(Connection connection) { in getGatewayInfo() 125 final RawGatewayInfo info = mMap.get(connection); in getGatewayInfo() 197 public static class RawGatewayInfo { class in CallGatewayManager 202 public RawGatewayInfo(String packageName, Uri gatewayUri, in RawGatewayInfo() method in CallGatewayManager.RawGatewayInfo
|
D | CallController.java | 22 import com.android.phone.CallGatewayManager.RawGatewayInfo; 423 final RawGatewayInfo rawGatewayInfo = mCallGatewayManager.getRawGatewayInfo(intent, number); in placeCallInternal()
|
D | PhoneUtils.java | 66 import com.android.phone.CallGatewayManager.RawGatewayInfo; 552 boolean isEmergencyCall, RawGatewayInfo gatewayInfo, CallGatewayManager callGateway) { in placeCall() 1316 RawGatewayInfo info) { in startGetCallerInfo()
|