Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DAuthSessionTest.java422 final String acquiredStr = "test_acquired_info_callback"; in testCallbackOnAcquired() local
434 .thenReturn(acquiredStr); in testCallbackOnAcquired()
436 verify(mStatusBarService).onBiometricHelp(anyInt(), eq(acquiredStr)); in testCallbackOnAcquired()
437 verify(mClientReceiver).onAcquired(eq(1), eq(acquiredStr)); in testCallbackOnAcquired()