Searched refs:rplmn (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CellularNetworkService.java | 304 final String rplmn = getPlmnFromCellIdentity(cellIdentity); in createRegistrationStateFromVoiceRegState() local 308 cellIdentity, rplmn, cssSupported, roamingIndicator, systemIsInPrl, in createRegistrationStateFromVoiceRegState() 357 String rplmn = getPlmnFromCellIdentity(cellIdentity); in createRegistrationStateFromDataRegState() local 361 reasonForDenial, emergencyOnly, availableServices, cellIdentity, rplmn, in createRegistrationStateFromDataRegState() 381 final String rplmn = regResult.registeredPlmn; in getNetworkRegistrationInfo() local 434 cellIdentity, rplmn, cssSupported, roamingIndicator, systemIsInPrl, in getNetworkRegistrationInfo() 442 rplmn, MAX_DATA_CALLS, isDcNrRestricted, isNrAvailable, isEndcAvailable, in getNetworkRegistrationInfo() 456 final String rplmn = regResult.registeredPlmn; in getNetworkRegistrationInfoAidl() local 522 cellIdentity, rplmn, cssSupported, roamingIndicator, systemIsInPrl, in getNetworkRegistrationInfoAidl() 537 .setRegisteredPlmn(rplmn) in getNetworkRegistrationInfoAidl() [all …]
|
/frameworks/base/telephony/java/android/telephony/ |
D | NetworkRegistrationInfo.java | 307 @Nullable CellIdentity cellIdentity, @Nullable String rplmn, in NetworkRegistrationInfo() argument 324 mRplmn = rplmn; in NetworkRegistrationInfo() 340 @Nullable CellIdentity cellIdentity, @Nullable String rplmn, in NetworkRegistrationInfo() argument 344 emergencyOnly, availableServices, cellIdentity, rplmn, in NetworkRegistrationInfo() 357 @Nullable CellIdentity cellIdentity, @Nullable String rplmn, in NetworkRegistrationInfo() argument 362 emergencyOnly, availableServices, cellIdentity, rplmn, null, in NetworkRegistrationInfo() 1165 public @NonNull Builder setRegisteredPlmn(@Nullable String rplmn) { in setRegisteredPlmn() argument 1166 mRplmn = rplmn; in setRegisteredPlmn()
|