Home
last modified time | relevance | path

Searched refs:cellIdentity (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellularNetworkService.java231 CellIdentity cellIdentity = in createRegistrationStateFromVoiceRegState() local
232 convertHalCellIdentityToCellIdentity(voiceRegState.cellIdentity); in createRegistrationStateFromVoiceRegState()
236 cellIdentity, cssSupported, roamingIndicator, systemIsInPrl, in createRegistrationStateFromVoiceRegState()
254 CellIdentity cellIdentity = in createRegistrationStateFromVoiceRegState() local
255 convertHalCellIdentityToCellIdentity(voiceRegState.cellIdentity); in createRegistrationStateFromVoiceRegState()
259 cellIdentity, cssSupported, roamingIndicator, systemIsInPrl, in createRegistrationStateFromVoiceRegState()
275 CellIdentity cellIdentity; in createRegistrationStateFromDataRegState() local
293 cellIdentity = convertHalCellIdentityToCellIdentity(dataRegState.cellIdentity); in createRegistrationStateFromDataRegState()
302 cellIdentity = convertHalCellIdentityToCellIdentity(dataRegState.cellIdentity); in createRegistrationStateFromDataRegState()
312 cellIdentity = convertHalCellIdentityToCellIdentity(dataRegState.base.cellIdentity); in createRegistrationStateFromDataRegState()
[all …]
DServiceStateTracker.java1032 private int getLteEarfcn(CellIdentity cellIdentity) { in getLteEarfcn() argument
1034 if (cellIdentity != null) { in getLteEarfcn()
1035 switch (cellIdentity.getType()) { in getLteEarfcn()
1037 lteEarfcn = ((CellIdentityLte) cellIdentity).getEarfcn(); in getLteEarfcn()
1218 CellIdentity cellIdentity = ((NetworkRegistrationInfo) ar.result) in handleMessage() local
1220 updateOperatorNameForCellIdentity(cellIdentity); in handleMessage()
1221 mCellIdentity = cellIdentity; in handleMessage()
2072 CellIdentity cellIdentity = networkRegState.getCellIdentity(); in handlePollStateResultMessage() local
2073 if (cellIdentity != null && cellIdentity.getType() == CellInfoType.CDMA) { in handlePollStateResultMessage()
2074 systemId = ((CellIdentityCdma) cellIdentity).getSystemId(); in handlePollStateResultMessage()
[all …]
/frameworks/base/telephony/java/android/telephony/
DNetworkRegistrationInfo.java210 @Nullable CellIdentity cellIdentity) { in NetworkRegistrationInfo() argument
220 mCellIdentity = cellIdentity; in NetworkRegistrationInfo()
233 @Nullable CellIdentity cellIdentity, boolean cssSupported, in NetworkRegistrationInfo() argument
237 emergencyOnly, availableServices, cellIdentity); in NetworkRegistrationInfo()
251 @Nullable CellIdentity cellIdentity, int maxDataCalls, in NetworkRegistrationInfo() argument
257 emergencyOnly, availableServices, cellIdentity); in NetworkRegistrationInfo()
770 public @NonNull Builder setCellIdentity(@Nullable CellIdentity cellIdentity) { in setCellIdentity() argument
771 mCellIdentity = cellIdentity; in setCellIdentity()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java1763 CellIdentityGsm cellIdentity = in testRatRatchet() local
1766 changeRegState(1, cellIdentity, 16, 1); in testRatRatchet()
1770 changeRegState(1, cellIdentity, 16, 2); in testRatRatchet()
1773 changeRegState(1, cellIdentity, 16, 1); in testRatRatchet()
1781 CellIdentityGsm cellIdentity = in testRatRatchetWithCellChange() local
1784 changeRegState(1, cellIdentity, 16, 2); in testRatRatchetWithCellChange()
1789 cellIdentity = new CellIdentityGsm(0, 2, 900, 5, "001", "01", "test", "tst"); in testRatRatchetWithCellChange()
1790 changeRegState(1, cellIdentity, 16, 1); in testRatRatchetWithCellChange()
1803 CellIdentityGsm cellIdentity = in testRatRatchetWithCellChangeBeforeRatChange() local
1805 changeRegState(1, cellIdentity, 16, 2); in testRatRatchetWithCellChangeBeforeRatChange()
[all …]