Searched defs:cellId (Results 1 – 2 of 2) sorted by relevance
1301 CellIdentityCdma cellId = ((CellInfoCdma) cellInfo).getCellIdentity(); in sendNetworkConditionsBroadcast() local1304 CellIdentityGsm cellId = ((CellInfoGsm) cellInfo).getCellIdentity(); in sendNetworkConditionsBroadcast() local1307 CellIdentityLte cellId = ((CellInfoLte) cellInfo).getCellIdentity(); in sendNetworkConditionsBroadcast() local1310 CellIdentityWcdma cellId = ((CellInfoWcdma) cellInfo).getCellIdentity(); in sendNetworkConditionsBroadcast() local
1649 private void sendRegStateUpdateForLteCellId(CellIdentityLte cellId) { in sendRegStateUpdateForLteCellId()