Merge "Add InterfaceConfiguration.isUp()"
am: c7ea99a63c
Change-Id: Id0bc63c82f8ffd6ad411769ab012efd8bbdfa3ce
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