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.java240 final String rplmn = getPlmnFromCellIdentity(cellIdentity); in createRegistrationStateFromVoiceRegState() local
260 final String rplmn = getPlmnFromCellIdentity(cellIdentity); in createRegistrationStateFromVoiceRegState() local
347 String rplmn = getPlmnFromCellIdentity(cellIdentity); in createRegistrationStateFromDataRegState() local
368 final String rplmn = regResult.registeredPlmn; in getNetworkRegistrationInfo() local
/frameworks/base/telephony/java/android/telephony/
DNetworkRegistrationInfo.java251 @Nullable CellIdentity cellIdentity, @Nullable String rplmn) { in NetworkRegistrationInfo()
275 @Nullable CellIdentity cellIdentity, @Nullable String rplmn, in NetworkRegistrationInfo()
293 @Nullable CellIdentity cellIdentity, @Nullable String rplmn, in NetworkRegistrationInfo()
922 public @NonNull Builder setRegisteredPlmn(@Nullable String rplmn) { in setRegisteredPlmn()