Merge "Propogate error for remove all" into udc-dev

This commit is contained in:
Diya Bera
2023-05-26 20:05:06 +00:00
committed by Android (Google) Code Review

View File

@@ -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