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.java304 final String rplmn = getPlmnFromCellIdentity(cellIdentity); in createRegistrationStateFromVoiceRegState() local
357 String rplmn = getPlmnFromCellIdentity(cellIdentity); in createRegistrationStateFromDataRegState() local
381 final String rplmn = regResult.registeredPlmn; in getNetworkRegistrationInfo() local
456 final String rplmn = regResult.registeredPlmn; in getNetworkRegistrationInfoAidl() local
562 final String rplmn = regResult.registeredPlmn; in getNetworkRegistrationInfo1_6() local
/frameworks/base/telephony/java/android/telephony/
DNetworkRegistrationInfo.java307 @Nullable CellIdentity cellIdentity, @Nullable String rplmn, in NetworkRegistrationInfo()
340 @Nullable CellIdentity cellIdentity, @Nullable String rplmn, in NetworkRegistrationInfo()
357 @Nullable CellIdentity cellIdentity, @Nullable String rplmn, in NetworkRegistrationInfo()
1165 public @NonNull Builder setRegisteredPlmn(@Nullable String rplmn) { in setRegisteredPlmn()