commit | 4421e797eb8fc62ccbf92b088e8d703413f105a2 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Mon Jun 12 15:46:54 2023 -0700 |
committer | Linux Build Service Account <lnxbuild@localhost> | Mon Jun 12 15:46:54 2023 -0700 |
tree | 2653e447a4e970df9dbd843b0887e086c2b0b2c3 | |
parent | f446157ef0a5b1675c787d7b54fdc2b72b1cb750 [diff] | |
parent | 30b06e6e1ee26115221d2ae065f2480904c550b4 [diff] |
Merge 30b06e6e1ee26115221d2ae065f2480904c550b4 on remote branch Change-Id: Icb85aa3ef2d03bb14782fef3e683aec0e5d60024
diff --git a/extphone/src/com/qti/extphone/CiwlanConfig.java b/extphone/src/com/qti/extphone/CiwlanConfig.java index 8bc8048..2da5906 100644 --- a/extphone/src/com/qti/extphone/CiwlanConfig.java +++ b/extphone/src/com/qti/extphone/CiwlanConfig.java
@@ -71,6 +71,10 @@ return (mHomeMode != UNSUPPORTED && mRoamMode != UNSUPPORTED); } + public boolean isValid() { + return (mHomeMode != INVALID && mRoamMode != INVALID); + } + @Override public int describeContents() { return 0;