Home
last modified time | relevance | path

Searched refs:mAuthControllerUpdateUdfpsLocation (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsController.java189 @Nullable private Runnable mAuthControllerUpdateUdfpsLocation; field in UdfpsController
397 mAuthControllerUpdateUdfpsLocation = r; in setAuthControllerUpdateUdfpsLocation()
912 if (mAuthControllerUpdateUdfpsLocation != null) { in UdfpsController()
913 mAuthControllerUpdateUdfpsLocation.run(); in UdfpsController()