Searched refs:mSysUiSessionId (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | AuthContainerView.java | 116 int mSysUiSessionId; field in AuthContainerView.Config 163 mConfig.mSysUiSessionId = sysUiSessionId; in setSysUiSessionId() 213 + ", sysUiSessionId: " + mConfig.mSysUiSessionId in onAction() 589 + " sysUISessionId: " + mConfig.mSysUiSessionId); in sendPendingCallbackIfNotNull() 602 Log.w(TAG, "Container already STATE_GONE, mSysUiSessionId: " + mConfig.mSysUiSessionId); in removeWindowIfAttached() 605 Log.d(TAG, "Removing container, mSysUiSessionId: " + mConfig.mSysUiSessionId); in removeWindowIfAttached()
|
/frameworks/base/services/core/java/com/android/server/biometrics/ |
D | BiometricService.java | 180 final int mSysUiSessionId; field in BiometricService.AuthSession 214 mSysUiSessionId = mRandom.nextInt(); in AuthSession() 221 Slog.d(TAG, "New AuthSession, mSysUiSessionId: " + mSysUiSessionId); in AuthSession() 250 Slog.e(TAG, "Binder died, sysUiSessionId: " + mSysUiSessionId); in binderDied() 1493 mCurrentAuthSession.mSysUiSessionId); in handleOnError() 1659 Slog.e(TAG, "SysUiSessionId: " + mCurrentAuthSession.mSysUiSessionId in handleClientDied() 1747 mCurrentAuthSession.mSysUiSessionId); in handleOnReadyForAuthentication() 1834 mCurrentAuthSession.mSysUiSessionId); in authenticateInternal()
|