Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkMonitor.java794 CellIdentityCdma cellId = ((CellInfoCdma) cellInfo).getCellIdentity(); in sendNetworkConditionsBroadcast()
797 CellIdentityGsm cellId = ((CellInfoGsm) cellInfo).getCellIdentity(); in sendNetworkConditionsBroadcast()
800 CellIdentityLte cellId = ((CellInfoLte) cellInfo).getCellIdentity(); in sendNetworkConditionsBroadcast()
803 CellIdentityWcdma cellId = ((CellInfoWcdma) cellInfo).getCellIdentity(); in sendNetworkConditionsBroadcast()
/frameworks/base/telephony/java/android/telephony/
DCellInfoCdma.java48 public CellIdentityCdma getCellIdentity() { in getCellIdentity() method in CellInfoCdma
DCellInfoGsm.java48 public CellIdentityGsm getCellIdentity() { in getCellIdentity() method in CellInfoGsm
DCellInfoWcdma.java48 public CellIdentityWcdma getCellIdentity() { in getCellIdentity() method in CellInfoWcdma
DCellInfoLte.java48 public CellIdentityLte getCellIdentity() { in getCellIdentity() method in CellInfoLte
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmServiceStateTracker.java1618 CellIdentityGsm cellIdentityGsm = cellInfoGsm.getCellIdentity(); in getCellLocation()
1626 CellIdentityWcdma cellIdentityWcdma = cellInfoWcdma.getCellIdentity(); in getCellLocation()
1636 CellIdentityLte cellIdentityLte = cellInfoLte.getCellIdentity(); in getCellLocation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaLteServiceStateTracker.java603 if (mCellInfoLte.getCellIdentity() != null) { in onSignalStrengthResult()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneBase.java1221 CellIdentityCdma cellIdentity = cellInfoCdma.getCellIdentity(); in privatizeCellInfoList()
/frameworks/base/api/
Dsystem-current.txt30442 method public android.telephony.CellIdentityCdma getCellIdentity();
30449 method public android.telephony.CellIdentityGsm getCellIdentity();
30456 method public android.telephony.CellIdentityLte getCellIdentity();
30463 method public android.telephony.CellIdentityWcdma getCellIdentity();
Dcurrent.txt28247 method public android.telephony.CellIdentityCdma getCellIdentity();
28254 method public android.telephony.CellIdentityGsm getCellIdentity();
28261 method public android.telephony.CellIdentityLte getCellIdentity();
28268 method public android.telephony.CellIdentityWcdma getCellIdentity();