Searched refs:mTestSession (Results 1 – 2 of 2) sorted by relevance
53 private final ITestSession mTestSession; field in BiometricTestSession91 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()
165 private Session mTestSession; field in WindowTestsBase533 if (mTestSession != null) { in getTestSession()534 return mTestSession; in getTestSession()536 mTestSession = createTestSession(mAtm); in getTestSession()537 return mTestSession; in getTestSession()