Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DLegacyLockIconViewControllerTest.java66 Pair<Float, Point> udfps = setupUdfps(); // first = radius, second = udfps location in testUpdateFingerprintLocationOnInit()
79 Pair<Float, Point> udfps = setupUdfps(); // first = radius, second = udfps location in testUpdatePaddingBasedOnResolutionScale()
100 Pair<Float, Point> udfps = setupUdfps(); in testUpdateLockIconLocationOnAuthenticatorsRegistered()
121 Pair<Float, Point> udfps = setupUdfps(); in testUpdateLockIconLocationOnUdfpsLocationChanged()
135 setupUdfps(); in testLockIconViewBackgroundEnabledWhenUdfpsIsSupported()
189 setupUdfps(); in testLockIcon_clearsIconWhenUnlocked()
211 setupUdfps(); in testLockIcon_updateToAodLock_whenUdfpsEnrolled()
232 setupUdfps(); in testBurnInOffsetsUpdated_onDozeAmountChanged()
DLegacyLockIconViewControllerWithCoroutinesTest.kt45 setupUdfps() in testLockIcon_clearsIconWhenUnlocked()
67 setupUdfps() in testLockIcon_updateToAodLock_whenUdfpsEnrolled()
89 setupUdfps() in testBurnInOffsetsUpdated_onDozeAmountChanged()
DLegacyLockIconViewControllerBaseTest.java189 protected Pair<Float, Point> setupUdfps() { in setupUdfps() method in LegacyLockIconViewControllerBaseTest