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

  /frameworks/base/telephony/java/android/telephony/
AccessNetworkConstants.java 44 public static final int WLAN = 2;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataServiceManager.java 19 import static android.telephony.AccessNetworkConstants.TransportType.WLAN;
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
315 case WLAN:
321 throw new IllegalStateException("Transport type not WWAN or WLAN. type="
  /tools/test/connectivity/acts/tests/google/net/
IpSecTest.py 29 WLAN = "wlan0"
45 self.ipv4_dut_a = self.dut_a.droid.connectivityGetIPv4Addresses(WLAN)[0]
46 self.ipv4_dut_b = self.dut_b.droid.connectivityGetIPv4Addresses(WLAN)[0]
47 self.ipv6_dut_a = self.dut_a.droid.connectivityGetIPv6Addresses(WLAN)[0]
48 self.ipv6_dut_b = self.dut_b.droid.connectivityGetIPv6Addresses(WLAN)[0]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
ServiceStateTest.java 296 AccessNetworkConstants.TransportType.WLAN, NetworkRegistrationState.DOMAIN_PS,
310 assertEquals(ss.getNetworkRegistrationStates(AccessNetworkConstants.TransportType.WLAN,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
NetworkRegistrationManager.java 202 case TransportType.WLAN:
208 throw new IllegalStateException("Transport type not WWAN or WLAN. type="
  /device/google/marlin/common/
base.mk 628 #WLAN
629 WLAN := prima_wlan.ko
630 WLAN += pronto_wlan.ko
631 WLAN += qca_cld_wlan.ko
753 PRODUCT_PACKAGES += $(WLAN)
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DataConnectionTest.java 597 doReturn(TransportType.WLAN).when(mockDsm).getTransportType();
615 // CommandsInterface never receives a request and infer that it was dropped due to WLAN.
    [all...]
  /prebuilts/go/darwin-x86/src/net/
net_windows_test.go 552 //Network Adapter: Wireles WLAN Card
  /prebuilts/go/linux-x86/src/net/
net_windows_test.go 552 //Network Adapter: Wireles WLAN Card

Completed in 148 milliseconds