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.java297 final String rplmn = getPlmnFromCellIdentity(cellIdentity); in createRegistrationStateFromVoiceRegState() local
318 final String rplmn = getPlmnFromCellIdentity(cellIdentity); in createRegistrationStateFromVoiceRegState() local
408 String rplmn = getPlmnFromCellIdentity(cellIdentity); in createRegistrationStateFromDataRegState() local
429 final String rplmn = regResult.registeredPlmn; in getNetworkRegistrationInfo() local
504 final String rplmn = regResult.registeredPlmn; in getNetworkRegistrationInfoAidl() local
610 final String rplmn = regResult.registeredPlmn; in getNetworkRegistrationInfo1_6() local
/frameworks/base/telephony/java/android/telephony/
DNetworkRegistrationInfo.java298 @Nullable CellIdentity cellIdentity, @Nullable String rplmn, in NetworkRegistrationInfo()
331 @Nullable CellIdentity cellIdentity, @Nullable String rplmn, in NetworkRegistrationInfo()
348 @Nullable CellIdentity cellIdentity, @Nullable String rplmn, in NetworkRegistrationInfo()
1135 public @NonNull Builder setRegisteredPlmn(@Nullable String rplmn) { in setRegisteredPlmn()