Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b0c9152d authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Merge "Correct comments/documentation" am: a2d5e8c2 am: 5a02fb8e"...

Merge "Merge "Correct comments/documentation" am: a2d5e8c2 am: 5a02fb8e" into rvc-dev-plus-aosp am: b1ac0342

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

Change-Id: I2ecef1db512733cb495abfd11d8b2a3eab3085bc
parents b3948d0c b1ac0342
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;