Merge "Add InterfaceConfiguration.isUp()"

This commit is contained in:
Treehugger Robot
2016-10-17 16:30:43 +00:00
committed by Gerrit Code Review

View File

@@ -124,6 +124,10 @@ public class InterfaceConfiguration implements Parcelable {
return false; return false;
} }
public boolean isUp() {
return hasFlag(FLAG_UP);
}
/** {@inheritDoc} */ /** {@inheritDoc} */
public int describeContents() { public int describeContents() {
return 0; return 0;