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

Commit 415f14b6 authored by Shi Lu's avatar Shi Lu
Browse files

Correct comments/documentation

Bug: 150189172

Change-Id: Icebbf1ca42aa43ffbc2c424dafbf8928e576b0a2
parent 1e4b31dd
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;