Home
last modified time | relevance | path

Searched refs:getCellIdentity (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/core/java/com/android/server/emergency/
DEmergencyAffordanceService.java279 mcc = ((CellInfoGsm) cellInfo).getCellIdentity().getMcc(); in handleUpdateCellInfo()
281 mcc = ((CellInfoLte) cellInfo).getCellIdentity().getMcc(); in handleUpdateCellInfo()
283 mcc = ((CellInfoWcdma) cellInfo).getCellIdentity().getMcc(); in handleUpdateCellInfo()
/frameworks/base/telephony/java/android/telephony/
DCellInfoCdma.java48 public CellIdentityCdma getCellIdentity() { in getCellIdentity() method in CellInfoCdma
DCellInfoWcdma.java48 public CellIdentityWcdma getCellIdentity() { in getCellIdentity() method in CellInfoWcdma
DCellInfoGsm.java48 public CellIdentityGsm getCellIdentity() { in getCellIdentity() method in CellInfoGsm
DCellInfoLte.java48 public CellIdentityLte getCellIdentity() { in getCellIdentity() method in CellInfoLte
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkMonitor.java1037 CellIdentityCdma cellId = ((CellInfoCdma) cellInfo).getCellIdentity(); in sendNetworkConditionsBroadcast()
1040 CellIdentityGsm cellId = ((CellInfoGsm) cellInfo).getCellIdentity(); in sendNetworkConditionsBroadcast()
1043 CellIdentityLte cellId = ((CellInfoLte) cellInfo).getCellIdentity(); in sendNetworkConditionsBroadcast()
1046 CellIdentityWcdma cellId = ((CellInfoWcdma) cellInfo).getCellIdentity(); in sendNetworkConditionsBroadcast()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java3420 CellIdentityGsm cellIdentityGsm = cellInfoGsm.getCellIdentity(); in getCellLocation()
3428 CellIdentityWcdma cellIdentityWcdma = cellInfoWcdma.getCellIdentity(); in getCellLocation()
3438 CellIdentityLte cellIdentityLte = cellInfoLte.getCellIdentity(); in getCellLocation()
DPhone.java1669 CellIdentityCdma cellIdentity = cellInfoCdma.getCellIdentity(); in privatizeCellInfoList()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28245 method public android.telephony.CellIdentityCdma getCellIdentity();
28252 method public android.telephony.CellIdentityGsm getCellIdentity();
28259 method public android.telephony.CellIdentityLte getCellIdentity();
28266 method public android.telephony.CellIdentityWcdma getCellIdentity();
/frameworks/base/api/
Dcurrent.txt39515 method public android.telephony.CellIdentityCdma getCellIdentity();
39522 method public android.telephony.CellIdentityGsm getCellIdentity();
39529 method public android.telephony.CellIdentityLte getCellIdentity();
39536 method public android.telephony.CellIdentityWcdma getCellIdentity();
Dsystem-current.txt42945 method public android.telephony.CellIdentityCdma getCellIdentity();
42952 method public android.telephony.CellIdentityGsm getCellIdentity();
42959 method public android.telephony.CellIdentityLte getCellIdentity();
42966 method public android.telephony.CellIdentityWcdma getCellIdentity();