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;