Searched refs:networkId (Results 1 – 5 of 5) sorted by relevance
106 int networkId = mWifiManager.addNetwork(conf); in enableNetwork() local107 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()
1761 int networkId; /* Network Id 0..65535, INT_MAX if unknown */ member2016 int networkId; /* Network Id 0..65535, INT_MAX if unknown */ member
5668 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 …]
1809 int networkId = *(int *)((byte *)anqp + anqp_len); in handleEvent() local1823 (*mHandler.on_passpoint_network_found)(id(), networkId, mResult, anqp_len, anqp); in handleEvent()
1404 int networkId; /* Network Id 0..65535, INT_MAX if unknown */ member