Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/biometrics/
DBiometricTestSession.java53 private final ITestSession mTestSession; field in BiometricTestSession
91 mTestSession = testSessionProvider.createTestSession(context, sensorId, mCallback); in BiometricTestSession()
111 mTestSession.setTestHalEnabled(enabled); in setTestHalEnabled()
126 mTestSession.startEnroll(userId); in startEnroll()
141 mTestSession.finishEnroll(userId); in finishEnroll()
155 mTestSession.acceptAuthentication(userId); in acceptAuthentication()
169 mTestSession.rejectAuthentication(userId); in rejectAuthentication()
186 mTestSession.notifyAcquired(userId, acquireInfo); in notifyAcquired()
203 mTestSession.notifyError(userId, errorCode); in notifyError()
224 mTestSession.cleanupInternalState(userId); in cleanupInternalState()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowTestsBase.java165 private Session mTestSession; field in WindowTestsBase
533 if (mTestSession != null) { in getTestSession()
534 return mTestSession; in getTestSession()
536 mTestSession = createTestSession(mAtm); in getTestSession()
537 return mTestSession; in getTestSession()