/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 | 70 public CellIdentity getCellIdentity() { in getCellIdentity() method in CellInfoNr
|
D | CellInfoGsm.java | 88 public @NonNull CellIdentityGsm getCellIdentity() { in getCellIdentity() method in CellInfoGsm
|
D | CellInfoTdscdma.java | 92 public @NonNull CellIdentityTdscdma getCellIdentity() { in getCellIdentity() method in CellInfoTdscdma
|
D | CellInfoWcdma.java | 87 public CellIdentityWcdma getCellIdentity() { in getCellIdentity() method in CellInfoWcdma
|
D | CellInfoCdma.java | 94 public @NonNull CellIdentityCdma getCellIdentity() { in getCellIdentity() method in CellInfoCdma
|
D | CellInfoLte.java | 98 public @NonNull CellIdentityLte getCellIdentity() { in getCellIdentity() method in CellInfoLte
|
D | CellInfo.java | 211 public abstract CellIdentity getCellIdentity(); in getCellIdentity() method in CellInfo
|
D | NetworkRegistrationInfo.java | 509 public CellIdentity getCellIdentity() { in getCellIdentity() method in NetworkRegistrationInfo
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/dataconnection/ |
D | VendorDataResetEventTracker.java | 130 CellLocation currentCellLocation = mPhone.getCellIdentity().asCellLocation(); in startResetEventTracker() 132 mPreviousLocation = (GsmCellLocation) mPhone.getCellIdentity().asCellLocation(); in startResetEventTracker()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | LocaleTracker.java | 295 String mcc = cellInfo.getCellIdentity().getMccString(); in getMccFromCellInfo() 330 String mcc = cellInfo.getCellIdentity().getMccString(); in getMccMncFromCellInfo() 332 String mnc = cellInfo.getCellIdentity().getMncString(); in getMccMncFromCellInfo()
|
D | CellularNetworkValidator.java | 170 if (regInfo == null || regInfo.getCellIdentity() == null) return null; 172 CellIdentity cellIdentity = regInfo.getCellIdentity();
|
D | ServiceStateTracker.java | 1299 .getCellIdentity(); in handleMessage() 1302 mPhone.notifyLocationChanged(getCellIdentity()); in handleMessage() 1654 AsyncResult.forMessage(rspRspMsg, getCellIdentity(), ar.exception); in handleMessage() 2124 setPhyCellInfoFromCellIdentity(mNewSS, networkRegState.getCellIdentity()); in handlePollStateResultMessage() 2156 CellIdentity cellIdentity = networkRegState.getCellIdentity(); in handlePollStateResultMessage() 2217 setPhyCellInfoFromCellIdentity(mNewSS, networkRegState.getCellIdentity()); in handlePollStateResultMessage() 2266 getLteEarfcn(networkRegState.getCellIdentity())); in handlePollStateResultMessage() 3156 .filter(nri -> nri.getCellIdentity() != null) in getPrioritizedCellIdentities() 3162 .map(nri -> nri.getCellIdentity()) in getPrioritizedCellIdentities() 3590 mPhone.notifyLocationChanged(getCellIdentity()); in pollStateDone() [all …]
|
D | NetworkScanRequestTracker.java | 183 String mccMnc = ci.getCellIdentity().getMccString() in doesCellInfoCorrespondToKnownMccMnc() 184 + ci.getCellIdentity().getMncString(); in doesCellInfoCorrespondToKnownMccMnc()
|
D | Phone.java | 1959 public CellIdentity getCellIdentity() { in getCellIdentity() method in Phone 1960 return getServiceStateTracker().getCellIdentity(); in getCellIdentity() 1967 public void getCellIdentity(WorkSource workSource, Message rspMsg) { in getCellIdentity() method in Phone
|
D | GsmCdmaCallTracker.java | 1545 CellLocation loc = mPhone.getCellIdentity().asCellLocation(); in handleMessage()
|
D | GsmCdmaPhone.java | 553 public void getCellIdentity(WorkSource workSource, Message rspMsg) { in getCellIdentity() method in GsmCdmaPhone
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | GsmCdmaPhoneTest.java | 382 doReturn(cellLocation).when(mSST).getCellIdentity(); in testGetCellLocation() 383 assertEquals(cellLocation, mPhoneUT.getCellIdentity()); in testGetCellLocation() 389 doReturn(cdmaCellLocation).when(mSST).getCellIdentity(); in testGetCellLocation() 392 (CellIdentityCdma) mPhoneUT.getCellIdentity(); in testGetCellLocation()
|
D | DefaultPhoneNotifierTest.java | 256 doReturn(mGsmCellLocation).when(mPhone).getCellIdentity(); in testNotifyCellLocation()
|
D | RILTest.java | 558 int[] lteChannels = {((CellInfoLte) cellInfo).getCellIdentity().getEarfcn()}; in getRadioAccessSpecifier() 562 int[] wcdmaChannels = {((CellInfoWcdma) cellInfo).getCellIdentity().getUarfcn()}; in getRadioAccessSpecifier() 566 int[] gsmChannels = {((CellInfoGsm) cellInfo).getCellIdentity().getArfcn()}; in getRadioAccessSpecifier() 1815 CellIdentityNr cellIdentityNr = (CellIdentityNr) cellInfoNr.getCellIdentity(); in testConvertHalCellInfoList_1_4ForNr()
|
D | ServiceStateTrackerTest.java | 905 GsmCellLocation cl = (GsmCellLocation) sst.getCellIdentity().asCellLocation(); in testGsmCellLocation() 929 CdmaCellLocation cl = (CdmaCellLocation) sst.getCellIdentity().asCellLocation(); in testCdmaCellLocation()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcTracker.java | 3919 CellLocation loc = mPhone.getCellIdentity().asCellLocation(); in getCellLocationId()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/api/ |
D | current.txt | 46945 method @NonNull public abstract android.telephony.CellIdentity getCellIdentity(); 46960 method @NonNull public android.telephony.CellIdentityCdma getCellIdentity(); 46967 method @NonNull public android.telephony.CellIdentityGsm getCellIdentity(); 46974 method @NonNull public android.telephony.CellIdentityLte getCellIdentity(); 46981 method @NonNull public android.telephony.CellIdentity getCellIdentity(); 46988 method @NonNull public android.telephony.CellIdentityTdscdma getCellIdentity(); 46995 method public android.telephony.CellIdentityWcdma getCellIdentity(); 47539 method @Nullable public android.telephony.CellIdentity getCellIdentity();
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 28245 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();
|