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/connectivity/
DNetworkMonitor.java970 CellIdentityCdma cellId = ((CellInfoCdma) cellInfo).getCellIdentity(); in sendNetworkConditionsBroadcast()
973 CellIdentityGsm cellId = ((CellInfoGsm) cellInfo).getCellIdentity(); in sendNetworkConditionsBroadcast()
976 CellIdentityLte cellId = ((CellInfoLte) cellInfo).getCellIdentity(); in sendNetworkConditionsBroadcast()
979 CellIdentityWcdma cellId = ((CellInfoWcdma) cellInfo).getCellIdentity(); in sendNetworkConditionsBroadcast()
/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
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java3625 CellIdentityGsm cellIdentityGsm = cellInfoGsm.getCellIdentity(); in getCellLocation()
3633 CellIdentityWcdma cellIdentityWcdma = cellInfoWcdma.getCellIdentity(); in getCellLocation()
3643 CellIdentityLte cellIdentityLte = cellInfoLte.getCellIdentity(); in getCellLocation()
DPhone.java1592 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.txt36779 method public android.telephony.CellIdentityCdma getCellIdentity();
36786 method public android.telephony.CellIdentityGsm getCellIdentity();
36793 method public android.telephony.CellIdentityLte getCellIdentity();
36800 method public android.telephony.CellIdentityWcdma getCellIdentity();
Dtest-current.txt36856 method public android.telephony.CellIdentityCdma getCellIdentity();
36863 method public android.telephony.CellIdentityGsm getCellIdentity();
36870 method public android.telephony.CellIdentityLte getCellIdentity();
36877 method public android.telephony.CellIdentityWcdma getCellIdentity();
Dsystem-current.txt39714 method public android.telephony.CellIdentityCdma getCellIdentity();
39721 method public android.telephony.CellIdentityGsm getCellIdentity();
39728 method public android.telephony.CellIdentityLte getCellIdentity();
39735 method public android.telephony.CellIdentityWcdma getCellIdentity();