Home
last modified time | relevance | path

Searched defs:rplmn (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellularNetworkService.java243 final String rplmn = getPlmnFromCellIdentity(cellIdentity); in createRegistrationStateFromVoiceRegState() local
266 final String rplmn = getPlmnFromCellIdentity(cellIdentity); in createRegistrationStateFromVoiceRegState() local
354 String rplmn = getPlmnFromCellIdentity(cellIdentity); in createRegistrationStateFromDataRegState() local
380 final String rplmn = regResult.registeredPlmn; in getNetworkRegistrationInfo() local
/frameworks/base/telephony/java/android/telephony/
DNetworkRegistrationInfo.java248 @Nullable CellIdentity cellIdentity, @Nullable String rplmn) { in NetworkRegistrationInfo()
272 @Nullable CellIdentity cellIdentity, @Nullable String rplmn, in NetworkRegistrationInfo()
290 @Nullable CellIdentity cellIdentity, @Nullable String rplmn, in NetworkRegistrationInfo()
895 public @NonNull Builder setRegisteredPlmn(@Nullable String rplmn) { in setRegisteredPlmn()