Searched refs:cellId (Results 1 – 1 of 1) sorted by relevance
794 CellIdentityCdma cellId = ((CellInfoCdma) cellInfo).getCellIdentity(); in sendNetworkConditionsBroadcast() local795 latencyBroadcast.putExtra(EXTRA_CELL_ID, cellId); in sendNetworkConditionsBroadcast()797 CellIdentityGsm cellId = ((CellInfoGsm) cellInfo).getCellIdentity(); in sendNetworkConditionsBroadcast() local798 latencyBroadcast.putExtra(EXTRA_CELL_ID, cellId); in sendNetworkConditionsBroadcast()800 CellIdentityLte cellId = ((CellInfoLte) cellInfo).getCellIdentity(); in sendNetworkConditionsBroadcast() local801 latencyBroadcast.putExtra(EXTRA_CELL_ID, cellId); in sendNetworkConditionsBroadcast()803 CellIdentityWcdma cellId = ((CellInfoWcdma) cellInfo).getCellIdentity(); in sendNetworkConditionsBroadcast() local804 latencyBroadcast.putExtra(EXTRA_CELL_ID, cellId); in sendNetworkConditionsBroadcast()