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

Commit d78dd255 authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Merge "Add method that checks the Binder status of ImsConfig" into oc-dr1-dev am: beca2286

am: 9b6accb7

Change-Id: I4d31d2474a58e29f2018f01eaa64036913b82892
parents 7a4197a5 9b6accb7
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -697,4 +697,11 @@ public class ImsConfig {
                    ImsReasonInfo.CODE_LOCAL_SERVICE_UNAVAILABLE);
        }
    }

    /**
     * @return true if the binder connection is alive, false otherwise.
     */
    public boolean isBinderAlive() {
        return miConfig.asBinder().isBinderAlive();
    }
}