Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/fingerprint/cts/
DFingerprintManagerTest.java90 CancellationSignal cancelAuth = new CancellationSignal(); in test_authenticateNullCallback() local
92 mFingerprintManager.authenticate(null, cancelAuth, 0, null, null); in test_authenticateNullCallback()
98 cancelAuth.cancel(); in test_authenticateNullCallback()
107 CancellationSignal cancelAuth = new CancellationSignal(); in test_authenticate() local
109 mFingerprintManager.authenticate(null, cancelAuth, 0, mAuthCallback, null); in test_authenticate()
116 cancelAuth.cancel(); in test_authenticate()