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

Commit 94db86b8 authored by Steven Moreland's avatar Steven Moreland Committed by Android (Google) Code Review
Browse files

Merge "Implement getInterfaceHash/Version (health)" into sc-v2-dev-plus-aosp

parents 4a6b279b 04268342
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -115,5 +115,13 @@ public class HealthRegCallbackAidl {
        public void healthInfoChanged(HealthInfo healthInfo) throws RemoteException {
            mServiceInfoCallback.update(healthInfo);
        }
        @Override
        public String getInterfaceHash() {
            return IHealthInfoCallback.HASH;
        }
        @Override
        public int getInterfaceVersion() {
            return IHealthInfoCallback.VERSION;
        }
    }
}