Home
last modified time | relevance | path

Searched refs:getPlmnFromCellIdentity (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellularNetworkService.java205 private @NonNull String getPlmnFromCellIdentity(@Nullable final CellIdentity ci) { in getPlmnFromCellIdentity() method in CellularNetworkService.CellularNetworkServiceProvider
240 final String rplmn = getPlmnFromCellIdentity(cellIdentity); in createRegistrationStateFromVoiceRegState()
260 final String rplmn = getPlmnFromCellIdentity(cellIdentity); in createRegistrationStateFromVoiceRegState()
347 String rplmn = getPlmnFromCellIdentity(cellIdentity); in createRegistrationStateFromDataRegState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java343 private static String getPlmnFromCellIdentity(final CellIdentity ci) { in getPlmnFromCellIdentity() method in ServiceStateTrackerTest
1913 state, dataRat, 0, false, null, cid, getPlmnFromCellIdentity(cid), in changeRegState()
1924 null, cid, getPlmnFromCellIdentity(cid), false, 0, 0, 0); in changeRegState()
1941 state, dataRat, 0, false, null, cid, getPlmnFromCellIdentity(cid), in changeRegStateWithIwlan()
1951 state, voiceRat, 0, false, null, cid, getPlmnFromCellIdentity(cid), false, 0, 0, 0); in changeRegStateWithIwlan()
2051 0, false, null, cellId, getPlmnFromCellIdentity(cellId), 1, false, false, false, in sendRegStateUpdateForLteCellId()
2056 0, false, null, cellId, getPlmnFromCellIdentity(cellId), false, 0, 0, 0); in sendRegStateUpdateForLteCellId()