Merge "Add InterfaceConfiguration.isUp()" am: c7ea99a63c
am: 281d7490bf
Change-Id: I79b84bd9cdde064be19c1110b3c3c08900123bdd
This commit is contained in:
@@ -124,6 +124,10 @@ public class InterfaceConfiguration implements Parcelable {
|
||||
return false;
|
||||
}
|
||||
|
||||
public boolean isUp() {
|
||||
return hasFlag(FLAG_UP);
|
||||
}
|
||||
|
||||
/** {@inheritDoc} */
|
||||
public int describeContents() {
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user