Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DCallGatewayManager.java27 public static final RawGatewayInfo EMPTY_INFO = new RawGatewayInfo(null, null, null);
32 public static class RawGatewayInfo { class in CallGatewayManager
37 public RawGatewayInfo(String packageName, Uri gatewayUri, in RawGatewayInfo() method in CallGatewayManager.RawGatewayInfo