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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TransportManager.java 36 mAvailableTransports.add(TransportType.WWAN);
TelephonyComponentFactory.java 80 return new DcTracker(phone, TransportType.WWAN);
NetworkRegistrationManager.java 197 case TransportType.WWAN:
208 throw new IllegalStateException("Transport type not WWAN or WLAN. type="
CellularNetworkService.java 212 int transportType = TransportType.WWAN;
261 int transportType = TransportType.WWAN;
ServiceStateTracker.java     [all...]
  /frameworks/base/telephony/java/android/telephony/
AccessNetworkConstants.java 42 public static final int WWAN = 1;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
ServiceStateTest.java 285 AccessNetworkConstants.TransportType.WWAN, NetworkRegistrationState.DOMAIN_CS,
291 AccessNetworkConstants.TransportType.WWAN, NetworkRegistrationState.DOMAIN_PS,
306 assertEquals(ss.getNetworkRegistrationStates(AccessNetworkConstants.TransportType.WWAN,
308 assertEquals(ss.getNetworkRegistrationStates(AccessNetworkConstants.TransportType.WWAN,
314 AccessNetworkConstants.TransportType.WWAN, NetworkRegistrationState.DOMAIN_PS,
318 assertEquals(ss.getNetworkRegistrationStates(AccessNetworkConstants.TransportType.WWAN,
CellularNetworkServiceTest.java 135 AccessNetworkConstants.TransportType.WWAN, domain, voiceRegState,
158 AccessNetworkConstants.TransportType.WWAN, domain, voiceRegState,
  /hardware/interfaces/contexthub/1.0/
types.hal 77 WWAN = 0x600,
78 // Reserving this space for variants on WWAN
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataServiceManager.java 20 import static android.telephony.AccessNetworkConstants.TransportType.WWAN;
115 * are not currently the WWAN or WLAN data service.
120 for (int transportType : new int[] {WWAN, WLAN}) {
301 * @param transportType either WWAN or WLAN
310 case WWAN:
321 throw new IllegalStateException("Transport type not WWAN or WLAN. type="
DcController.java 204 == TransportType.WWAN) {
220 == TransportType.WWAN) {
DcTracker.java 682 if (mTransportType == TransportType.WWAN) {
746 if (mTransportType == TransportType.WWAN) {
    [all...]
DataConnection.java     [all...]
  /packages/services/Telephony/src/com/android/phone/
NetworkSelectSetting.java 425 ss.getNetworkRegistrationStates(AccessNetworkConstants.TransportType.WWAN);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DataConnectionTest.java 170 DataServiceManager manager = new DataServiceManager(mPhone, TransportType.WWAN);
613 // testStartStopNattKeepalive() verifies that this request is passed with WWAN.
    [all...]
DcTrackerTest.java 183 mDct = new DcTracker(mPhone, TransportType.WWAN);
    [all...]

Completed in 641 milliseconds