Loading packages/SystemUI/src/com/android/systemui/biometrics/AuthController.java +5 −3 Original line number Diff line number Diff line Loading @@ -1005,11 +1005,13 @@ public class AuthController implements CoreStartable, CommandQueue.Callbacks, * not enrolled sfps. This may be false if called before onAllAuthenticatorsRegistered. */ public boolean isRearFpsSupported() { if (mFpProps != null) { for (FingerprintSensorPropertiesInternal prop: mFpProps) { if (prop.sensorType == TYPE_REAR) { return true; } } } return false; } Loading Loading
packages/SystemUI/src/com/android/systemui/biometrics/AuthController.java +5 −3 Original line number Diff line number Diff line Loading @@ -1005,11 +1005,13 @@ public class AuthController implements CoreStartable, CommandQueue.Callbacks, * not enrolled sfps. This may be false if called before onAllAuthenticatorsRegistered. */ public boolean isRearFpsSupported() { if (mFpProps != null) { for (FingerprintSensorPropertiesInternal prop: mFpProps) { if (prop.sensorType == TYPE_REAR) { return true; } } } return false; } Loading