Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39c31667 authored by Christopher Wiley's avatar Christopher Wiley Committed by android-build-merger
Browse files

Merge "Add InterfaceConfiguration.isUp()" am: c7ea99a6

am: 281d7490

Change-Id: I79b84bd9cdde064be19c1110b3c3c08900123bdd
parents e9c16786 281d7490
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -124,6 +124,10 @@ public class InterfaceConfiguration implements Parcelable {
        return false;
    }

    public boolean isUp() {
        return hasFlag(FLAG_UP);
    }

    /** {@inheritDoc} */
    public int describeContents() {
        return 0;