Searched refs:rplmn (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CellularNetworkService.java | 249 final String rplmn = getPlmnFromCellIdentity(cellIdentity); in createRegistrationStateFromVoiceRegState() local 253 cellIdentity, rplmn, cssSupported, roamingIndicator, systemIsInPrl, in createRegistrationStateFromVoiceRegState() 269 final String rplmn = getPlmnFromCellIdentity(cellIdentity); in createRegistrationStateFromVoiceRegState() local 273 cellIdentity, rplmn, cssSupported, roamingIndicator, systemIsInPrl, in createRegistrationStateFromVoiceRegState() 362 String rplmn = getPlmnFromCellIdentity(cellIdentity); in createRegistrationStateFromDataRegState() local 367 reasonForDenial, emergencyOnly, availableServices, cellIdentity, rplmn, in createRegistrationStateFromDataRegState() 383 final String rplmn = regResult.registeredPlmn; in getNetworkRegistrationInfo() local 439 cellIdentity, rplmn, cssSupported, roamingIndicator, systemIsInPrl, in getNetworkRegistrationInfo() 447 rplmn, MAX_DATA_CALLS, isDcNrRestricted, isNrAvailable, isEndcAvailable, in getNetworkRegistrationInfo() 463 final String rplmn = regResult.registeredPlmn; in getNetworkRegistrationInfo1_6() local [all …]
|
/frameworks/base/telephony/java/android/telephony/ |
D | NetworkRegistrationInfo.java | 251 @Nullable CellIdentity cellIdentity, @Nullable String rplmn) { in NetworkRegistrationInfo() argument 264 mRplmn = rplmn; in NetworkRegistrationInfo() 275 @Nullable CellIdentity cellIdentity, @Nullable String rplmn, in NetworkRegistrationInfo() argument 279 emergencyOnly, availableServices, cellIdentity, rplmn); in NetworkRegistrationInfo() 293 @Nullable CellIdentity cellIdentity, @Nullable String rplmn, in NetworkRegistrationInfo() argument 298 emergencyOnly, availableServices, cellIdentity, rplmn); in NetworkRegistrationInfo() 927 public @NonNull Builder setRegisteredPlmn(@Nullable String rplmn) { in setRegisteredPlmn() argument 928 mRplmn = rplmn; in setRegisteredPlmn()
|