Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsController.java195 @Nullable private Runnable mAuthControllerUpdateUdfpsLocation; field in UdfpsController
457 mAuthControllerUpdateUdfpsLocation = r; in setAuthControllerUpdateUdfpsLocation()
796 if (mAuthControllerUpdateUdfpsLocation != null) { in UdfpsController()
797 mAuthControllerUpdateUdfpsLocation.run(); in UdfpsController()