Merge "Merge "Correct comments/documentation" am: a2d5e8c2bf am: 5a02fb8e59" into rvc-dev-plus-aosp am: b1ac0342ea

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1299587

Change-Id: I2ecef1db512733cb495abfd11d8b2a3eab3085bc
This commit is contained in:
Automerger Merge Worker
2020-06-05 20:25:20 +00:00

View File

@@ -389,7 +389,7 @@ public final class NetworkRegistrationInfo implements Parcelable {
}
/**
* @return {@code true} if registered on roaming network, {@code false} otherwise.
* @return {@code true} if registered on roaming or home network, {@code false} otherwise.
*/
public boolean isRegistered() {
return mRegistrationState == REGISTRATION_STATE_HOME
@@ -397,7 +397,7 @@ public final class NetworkRegistrationInfo implements Parcelable {
}
/**
* @return {@code true} if registered on roaming network, {@code false} otherwise.
* @return {@code true} if searching for service, {@code false} otherwise.
*/
public boolean isSearching() {
return mRegistrationState == REGISTRATION_STATE_NOT_REGISTERED_SEARCHING;