/frameworks/base/telephony/java/android/telephony/ |
D | NeighboringCellInfo.java | 122 mLac = info.getCellIdentity().getLac(); in NeighboringCellInfo() 125 mCid = info.getCellIdentity().getCid(); in NeighboringCellInfo() 138 mLac = info.getCellIdentity().getLac(); in NeighboringCellInfo() 141 mCid = info.getCellIdentity().getCid(); in NeighboringCellInfo() 144 mPsc = info.getCellIdentity().getPsc(); in NeighboringCellInfo()
|
D | CellInfoNr.java | 51 public CellIdentity getCellIdentity() { in getCellIdentity() method in CellInfoNr
|
D | CellInfoTdscdma.java | 82 public @NonNull CellIdentityTdscdma getCellIdentity() { in getCellIdentity() method in CellInfoTdscdma
|
D | CellInfoWcdma.java | 78 public CellIdentityWcdma getCellIdentity() { in getCellIdentity() method in CellInfoWcdma
|
D | CellInfoGsm.java | 79 public @NonNull CellIdentityGsm getCellIdentity() { in getCellIdentity() method in CellInfoGsm
|
D | CellInfoCdma.java | 84 public @NonNull CellIdentityCdma getCellIdentity() { in getCellIdentity() method in CellInfoCdma
|
D | CellInfoLte.java | 87 public @NonNull CellIdentityLte getCellIdentity() { in getCellIdentity() method in CellInfoLte
|
D | CellInfo.java | 194 public abstract CellIdentity getCellIdentity(); in getCellIdentity() method in CellInfo
|
D | NetworkRegistrationInfo.java | 427 public CellIdentity getCellIdentity() { in getCellIdentity() method in NetworkRegistrationInfo
|
/frameworks/base/services/core/java/com/android/server/emergency/ |
D | EmergencyAffordanceService.java | 279 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/ |
D | LocaleTracker.java | 219 mcc = ((CellInfoGsm) cellInfo).getCellIdentity().getMccString(); in getMccFromCellInfo() 221 mcc = ((CellInfoLte) cellInfo).getCellIdentity().getMccString(); in getMccFromCellInfo() 223 mcc = ((CellInfoWcdma) cellInfo).getCellIdentity().getMccString(); in getMccFromCellInfo()
|
D | NetworkScanRequestTracker.java | 171 String mccMnc = ci.getCellIdentity().getMccString() in doesCellInfoCorrespondToKnownMccMnc() 172 + ci.getCellIdentity().getMncString(); in doesCellInfoCorrespondToKnownMccMnc()
|
D | ServiceStateTracker.java | 1219 .getCellIdentity(); in handleMessage() 2037 setPhyCellInfoFromCellIdentity(mNewSS, networkRegState.getCellIdentity()); in handlePollStateResultMessage() 2072 CellIdentity cellIdentity = networkRegState.getCellIdentity(); in handlePollStateResultMessage() 2092 mNewCellIdentity = networkRegState.getCellIdentity(); in handlePollStateResultMessage() 2132 setPhyCellInfoFromCellIdentity(mNewSS, networkRegState.getCellIdentity()); in handlePollStateResultMessage() 2166 getLteEarfcn(networkRegState.getCellIdentity())); in handlePollStateResultMessage() 3942 CellIdentity c = ci.getCellIdentity(); in getCellLocationFromCellInfo() 5381 networkRegistrationInfos.get(i).getCellIdentity()); in updateOperatorNameForServiceState() 5407 updateOperatorNameForCellIdentity(cellInfo.getCellIdentity()); in updateOperatorNameForCellInfo()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | CellularLinkLayerStatsCollector.java | 212 isSameRegisteredCell = primaryCellInfo.getCellIdentity() in getIsSameRegisteredCell() 213 .equals(mLastPrimaryCellInfo.getCellIdentity()); in getIsSameRegisteredCell()
|
/frameworks/base/api/ |
D | test-current.txt | 2808 method @Nullable public android.telephony.CellIdentity getCellIdentity();
|
D | system-current.txt | 7639 method @Nullable public android.telephony.CellIdentity getCellIdentity();
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |