Home
last modified time | relevance | path

Searched refs:getCellIdentity (Results 1 – 14 of 14) 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/opt/telephony/src/java/com/android/internal/telephony/
DLocaleTracker.java188 mcc = ((CellInfoGsm) cellInfo).getCellIdentity().getMccString(); in getMccFromCellInfo()
190 mcc = ((CellInfoLte) cellInfo).getCellIdentity().getMccString(); in getMccFromCellInfo()
192 mcc = ((CellInfoWcdma) cellInfo).getCellIdentity().getMccString(); in getMccFromCellInfo()
DServiceStateTracker.java1136 .getCellIdentity(); in handleMessage()
1803 setPhyCellInfoFromCellIdentity(mNewSS, networkRegState.getCellIdentity()); in handlePollStateResultMessage()
1839 CellIdentity cellIdentity = networkRegState.getCellIdentity(); in handlePollStateResultMessage()
1859 processCellLocationInfo(mNewCellLoc, networkRegState.getCellIdentity()); in handlePollStateResultMessage()
1886 setPhyCellInfoFromCellIdentity(mNewSS, networkRegState.getCellIdentity()); in handlePollStateResultMessage()
1946 getLteEarfcn(networkRegState.getCellIdentity())); in handlePollStateResultMessage()
3491 CellIdentityGsm cellIdentityGsm = cellInfoGsm.getCellIdentity(); in getCellLocation()
3499 CellIdentityWcdma cellIdentityWcdma = cellInfoWcdma.getCellIdentity(); in getCellLocation()
3509 CellIdentityLte cellIdentityLte = cellInfoLte.getCellIdentity(); in getCellLocation()
DPhone.java1719 CellIdentityCdma cellIdentity = cellInfoCdma.getCellIdentity(); in privatizeCellInfoList()
/frameworks/base/telephony/java/android/telephony/
DCellInfoGsm.java48 public CellIdentityGsm getCellIdentity() { in getCellIdentity() method in CellInfoGsm
DCellInfoWcdma.java48 public CellIdentityWcdma getCellIdentity() { in getCellIdentity() method in CellInfoWcdma
DCellInfoCdma.java48 public CellIdentityCdma getCellIdentity() { in getCellIdentity() method in CellInfoCdma
DCellInfoLte.java48 public CellIdentityLte getCellIdentity() { in getCellIdentity() method in CellInfoLte
DNetworkRegistrationState.java221 public CellIdentity getCellIdentity() { in getCellIdentity() method in NetworkRegistrationState
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkMonitor.java1301 CellIdentityCdma cellId = ((CellInfoCdma) cellInfo).getCellIdentity(); in sendNetworkConditionsBroadcast()
1304 CellIdentityGsm cellId = ((CellInfoGsm) cellInfo).getCellIdentity(); in sendNetworkConditionsBroadcast()
1307 CellIdentityLte cellId = ((CellInfoLte) cellInfo).getCellIdentity(); in sendNetworkConditionsBroadcast()
1310 CellIdentityWcdma cellId = ((CellInfoWcdma) cellInfo).getCellIdentity(); in sendNetworkConditionsBroadcast()
/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/config/
Dhiddenapi-public-dex.txt42817 Landroid/telephony/CellInfoCdma;->getCellIdentity()Landroid/telephony/CellIdentityCdma;
42826 Landroid/telephony/CellInfoGsm;->getCellIdentity()Landroid/telephony/CellIdentityGsm;
42835 Landroid/telephony/CellInfoLte;->getCellIdentity()Landroid/telephony/CellIdentityLte;
42844 Landroid/telephony/CellInfoWcdma;->getCellIdentity()Landroid/telephony/CellIdentityWcdma;
Dboot-image-profile.txt30334 HSPLandroid/telephony/CellInfoGsm;->getCellIdentity()Landroid/telephony/CellIdentityGsm;
30339 HSPLandroid/telephony/CellInfoLte;->getCellIdentity()Landroid/telephony/CellIdentityLte;
30344 HSPLandroid/telephony/CellInfoWcdma;->getCellIdentity()Landroid/telephony/CellIdentityWcdma;
30434 HSPLandroid/telephony/NetworkRegistrationState;->getCellIdentity()Landroid/telephony/CellIdentity;
/frameworks/base/api/
Dcurrent.txt41875 method public android.telephony.CellIdentityCdma getCellIdentity();
41882 method public android.telephony.CellIdentityGsm getCellIdentity();
41889 method public android.telephony.CellIdentityLte getCellIdentity();
41896 method public android.telephony.CellIdentityWcdma getCellIdentity();