Merge "Remove the reset method from fingerprint" into sc-dev

This commit is contained in:
Ilya Matyukhin
2021-03-10 22:17:25 +00:00
committed by Android (Google) Code Review

View File

@@ -140,9 +140,5 @@ public class TestHal extends IFingerprint.Stub {
}
};
}
@Override
public void reset() {
}
}