Searched refs:networkId (Results 1 – 9 of 9) sorted by relevance
/device/google/cuttlefish/tests/wifi/src/com/android/cuttlefish/wifi/tests/ |
D | WifiE2eTests.java | 107 int networkId = mWifiManager.addNetwork(conf); in enableNetwork() local 108 Assert.assertTrue(networkId >= 0); in enableNetwork() 109 mWifiManager.enableNetwork(networkId, false); in enableNetwork() 123 Log.i(TAG, "Removing network " + config.networkId + ": " + config.SSID); in testWifiInitialization() 124 Assert.assertTrue(mWifiManager.disableNetwork(config.networkId)); in testWifiInitialization() 125 Assert.assertTrue(mWifiManager.removeNetwork(config.networkId)); in testWifiInitialization()
|
/device/linaro/poplar/wifi/wifi_hal/ |
D | gscan.cpp | 1809 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/ril/ |
D | ril.h | 1405 int networkId; /* Network Id 0..65535, INT_MAX if unknown */ member
|
/device/generic/goldfish/radio/include/telephony/ |
D | ril.h | 1404 int networkId; /* Network Id 0..65535, INT_MAX if unknown */ member
|
/device/google/cuttlefish/guest/hals/ril/libril/ |
D | ril.h | 1475 int networkId; /* Network Id 0..65535, INT_MAX if unknown */ member
|
D | ril_service.cpp | 4601 cellIdentity.cellIdentityCdma[0].networkId = rilCellIdentity.cellIdentityCdma.networkId; in fillCellIdentityResponse() 4717 rilCellIdentity.cellIdentityCdma.networkId = in fillCellIdentityFromVoiceRegStateResponseString() 9440 cellInfoCdma->cellIdentityCdma.networkId = in convertRilCellInfoListToHal() 9441 rillCellInfo->CellInfo.cdma.cellIdentityCdma.networkId; in convertRilCellInfoListToHal()
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril.h | 1539 int networkId; /* Network Id 0..65535, INT_MAX if unknown */ member
|
D | ril_service.cpp | 4770 cellIdentity.cellIdentityCdma[0].networkId = rilCellIdentity.cellIdentityCdma.networkId; in fillCellIdentityResponse() 4886 rilCellIdentity.cellIdentityCdma.networkId = in fillCellIdentityFromVoiceRegStateResponseString() 9750 cellInfoCdma->cellIdentityCdma.networkId = in convertRilCellInfoListToHal() 9751 rillCellInfo->CellInfo.cdma.cellIdentityCdma.networkId; in convertRilCellInfoListToHal() 9896 cellInfoCdma->cellIdentityCdma.base.networkId = in convertRilCellInfoListToHal_1_2() 9897 rillCellInfo->CellInfo.cdma.cellIdentityCdma.networkId; in convertRilCellInfoListToHal_1_2() 10032 cellInfoCdma.cellIdentityCdma.base.networkId = in convertRilCellInfoListToHal_1_4() 10033 rillCellInfo->CellInfo.cdma.cellIdentityCdma.networkId; in convertRilCellInfoListToHal_1_4()
|
/device/generic/goldfish/radio/libril/ |
D | ril_service.cpp | 3626 cellIdentity.cellIdentityCdma[0].networkId = rilCellIdentity.cellIdentityCdma.networkId; in fillCellIdentityResponse() 3752 rilCellIdentity.cellIdentityCdma.networkId = in fillCellIdentityFromVoiceRegStateResponseString() 8064 cellInfoCdma->cellIdentityCdma.networkId = in convertRilCellInfoListToHal() 8065 rillCellInfo->CellInfo.cdma.cellIdentityCdma.networkId; in convertRilCellInfoListToHal()
|