Searched refs:mLastAuthArgs (Results 1 – 1 of 1) sorted by relevance
184 @Nullable private LastAuthArgs mLastAuthArgs; field in Fingerprint21UdfpsMock.MockHalResultController198 return mLastAuthArgs != null ? mLastAuthArgs.lastAuthenticatedClient : null; in getLastAuthenticatedClient()224 mLastAuthArgs = new LastAuthArgs(authenticationConsumer, deviceId, fingerId, in onAuthenticated()291 if (mMockHalResultController.mLastAuthArgs == null) { in run()299 mMockHalResultController.mLastAuthArgs.deviceId, in run()300 mMockHalResultController.mLastAuthArgs.fingerId, in run()301 mMockHalResultController.mLastAuthArgs.groupId, in run()302 mMockHalResultController.mLastAuthArgs.token); in run()