Searched refs:getCellIdentity (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/net/
H A DCaptivePortalTracker.java478 CellIdentityCdma cellId = ((CellInfoCdma) cellInfo).getCellIdentity();
481 CellIdentityGsm cellId = ((CellInfoGsm) cellInfo).getCellIdentity();
484 CellIdentityLte cellId = ((CellInfoLte) cellInfo).getCellIdentity();
487 CellIdentityWcdma cellId = ((CellInfoWcdma) cellInfo).getCellIdentity();
/frameworks/base/telephony/java/android/telephony/
H A DCellInfoCdma.java48 public CellIdentityCdma getCellIdentity() { method in class:CellInfoCdma
H A DCellInfoGsm.java48 public CellIdentityGsm getCellIdentity() { method in class:CellInfoGsm
H A DCellInfoLte.java48 public CellIdentityLte getCellIdentity() { method in class:CellInfoLte
49 if (DBG) log("getCellIdentity: " + mCellIdentityLte);
H A DCellInfoWcdma.java48 public CellIdentityWcdma getCellIdentity() { method in class:CellInfoWcdma
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java1438 CellIdentityGsm cellIdentityGsm = cellInfoGsm.getCellIdentity();
1446 CellIdentityWcdma cellIdentityWcdma = cellInfoWcdma.getCellIdentity();
1456 CellIdentityLte cellIdentityLte = cellInfoLte.getCellIdentity();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaLteServiceStateTracker.java507 if (mCellInfoLte.getCellIdentity() != null) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneBase.java822 CellIdentityCdma cellIdentity = cellInfoCdma.getCellIdentity();

Completed in 146 milliseconds