Home
last modified time | relevance | path

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

/device/google/cuttlefish/tests/wifi/src/com/android/cuttlefish/wifi/tests/
DWifiE2eTests.java106 int networkId = mWifiManager.addNetwork(conf); in enableNetwork() local
107 Assert.assertTrue(networkId >= 0); in enableNetwork()
108 mWifiManager.enableNetwork(networkId, false); in enableNetwork()
122 Log.i(TAG, "Removing network " + config.networkId + ": " + config.SSID); in testWifiInitialization()
123 mWifiManager.disableNetwork(config.networkId); in testWifiInitialization()
124 mWifiManager.removeNetwork(config.networkId); in testWifiInitialization()
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.h1761 int networkId; /* Network Id 0..65535, INT_MAX if unknown */ member
2016 int networkId; /* Network Id 0..65535, INT_MAX if unknown */ member
Dril_service.cpp5668 cellIdentity.cellIdentityCdma[0].networkId = rilCellIdentity.cellIdentityCdma.networkId; in fillCellIdentityResponse()
5744 cdma.base.networkId = rilCellIdentity.cellIdentityCdma.networkId; in fillCellIdentityResponse_1_5()
5837 … cellIdentity.cellIdentityCdma[0].base.networkId = rilCellIdentity.cellIdentityCdma.networkId; in fillCellIdentityResponse_1_2()
5989 rilCellIdentity.cellIdentityCdma.networkId = in fillCellIdentityFromVoiceRegStateResponseString()
6098 rilCellIdentity.cellIdentityCdma.networkId = in fillCellIdentityFromVoiceRegStateResponseString_1_2()
12059 cellInfoCdma->cellIdentityCdma.networkId = in convertRilCellInfoListToHal()
12060 rillCellInfo->CellInfo.cdma.cellIdentityCdma.networkId; in convertRilCellInfoListToHal()
12205 cellInfoCdma->cellIdentityCdma.base.networkId = in convertRilCellInfoListToHal_1_2()
12206 rillCellInfo->CellInfo.cdma.cellIdentityCdma.networkId; in convertRilCellInfoListToHal_1_2()
12341 cellInfoCdma.cellIdentityCdma.base.networkId = in convertRilCellInfoListToHal_1_4()
[all …]
/device/linaro/poplar/wifi/wifi_hal/
Dgscan.cpp1809 int networkId = *(int *)((byte *)anqp + anqp_len); in handleEvent() local
1823 (*mHandler.on_passpoint_network_found)(id(), networkId, mResult, anqp_len, anqp); in handleEvent()
/device/generic/goldfish/radio/include/telephony/
Dril.h1404 int networkId; /* Network Id 0..65535, INT_MAX if unknown */ member