Home
last modified time | relevance | path

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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DFaceUnlock.java299 void handleUnlock(int authenticatedUserId) { in handleUnlock() argument
303 if (authenticatedUserId == currentUserId) { in handleUnlock()
304 if (DEBUG) Log.d(TAG, "Unlocking for user " + authenticatedUserId); in handleUnlock()
308 Log.d(TAG, "Ignoring unlock for authenticated user (" + authenticatedUserId + in handleUnlock()