Home
last modified time | relevance | path

Searched defs:cellId (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkMonitor.java1301 CellIdentityCdma cellId = ((CellInfoCdma) cellInfo).getCellIdentity(); in sendNetworkConditionsBroadcast() local
1304 CellIdentityGsm cellId = ((CellInfoGsm) cellInfo).getCellIdentity(); in sendNetworkConditionsBroadcast() local
1307 CellIdentityLte cellId = ((CellInfoLte) cellInfo).getCellIdentity(); in sendNetworkConditionsBroadcast() local
1310 CellIdentityWcdma cellId = ((CellInfoWcdma) cellInfo).getCellIdentity(); in sendNetworkConditionsBroadcast() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java1649 private void sendRegStateUpdateForLteCellId(CellIdentityLte cellId) { in sendRegStateUpdateForLteCellId()