Merge "Merge "Correct comments/documentation" am: a2d5e8c2bf am: 5a02fb8e59" into rvc-dev-plus-aosp
This commit is contained in:
committed by
Android (Google) Code Review
commit
b1ac0342ea
@@ -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() {
|
public boolean isRegistered() {
|
||||||
return mRegistrationState == REGISTRATION_STATE_HOME
|
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() {
|
public boolean isSearching() {
|
||||||
return mRegistrationState == REGISTRATION_STATE_NOT_REGISTERED_SEARCHING;
|
return mRegistrationState == REGISTRATION_STATE_NOT_REGISTERED_SEARCHING;
|
||||||
|
|||||||
Reference in New Issue
Block a user