Loading services/core/java/com/android/server/biometrics/sensors/face/FaceService.java +5 −0 Original line number Diff line number Diff line Loading @@ -415,6 +415,11 @@ public class FaceService extends SystemService { } } } @Override public void onError(int error, int vendorCode) throws RemoteException { receiver.onError(error, vendorCode); } }; // This effectively iterates through all sensors, but has to do so by finding all Loading Loading
services/core/java/com/android/server/biometrics/sensors/face/FaceService.java +5 −0 Original line number Diff line number Diff line Loading @@ -415,6 +415,11 @@ public class FaceService extends SystemService { } } } @Override public void onError(int error, int vendorCode) throws RemoteException { receiver.onError(error, vendorCode); } }; // This effectively iterates through all sensors, but has to do so by finding all Loading