Home
last modified time | relevance | path

Searched defs:cellIdentity (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellularNetworkService.java228 CellIdentity cellIdentity = in createRegistrationStateFromVoiceRegState() local
248 CellIdentity cellIdentity = in createRegistrationStateFromVoiceRegState() local
273 CellIdentity cellIdentity = in createRegistrationStateFromDataRegState() local
288 CellIdentity cellIdentity = in createRegistrationStateFromDataRegState() local
300 android.hardware.radio.V1_0.CellIdentity cellIdentity) { in convertHalCellIdentityToCellIdentity()
368 android.hardware.radio.V1_2.CellIdentity cellIdentity) { in convertHalCellIdentityToCellIdentity()
DServiceStateTracker.java906 private void processCellLocationInfo(CellLocation cellLocation, CellIdentity cellIdentity) { in processCellLocationInfo()
977 private int getLteEarfcn(CellIdentity cellIdentity) { in getLteEarfcn()
1135 CellIdentity cellIdentity = ((NetworkRegistrationState) ar.result) in handleMessage() local
1839 CellIdentity cellIdentity = networkRegState.getCellIdentity(); in handlePollStateResultMessage() local
2040 private void setPhyCellInfoFromCellIdentity(ServiceState ss, CellIdentity cellIdentity) { in setPhyCellInfoFromCellIdentity()
DPhone.java1719 CellIdentityCdma cellIdentity = cellInfoCdma.getCellIdentity(); in privatizeCellInfoList() local
/frameworks/base/telephony/java/android/telephony/
DNetworkRegistrationState.java123 int[] availableServices, @Nullable CellIdentity cellIdentity) { in NetworkRegistrationState()
140 int[] availableServices, @Nullable CellIdentity cellIdentity, boolean cssSupported, in NetworkRegistrationState()
155 int[] availableServices, @Nullable CellIdentity cellIdentity, int maxDataCalls) { in NetworkRegistrationState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java1513 CellIdentityGsm cellIdentity = new CellIdentityGsm(-1, -1, -1, -1, -1, -1); in testRatRatchet() local
1550 CellIdentityGsm cellIdentity = new CellIdentityGsm(-1, -1, -1, -1, -1, -1); in testRatRatchetWithCellChange() local
1589 CellIdentityGsm cellIdentity = new CellIdentityGsm(-1, -1, -1, 5, -1, -1); in testRatRatchetWithCellChangeBeforeRatChange() local