HomeSort by relevance Sort by last modified time
    Searched refs:showNextSecurityScreenOrFinish (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardHostView.java 209 return mSecurityContainer.showNextSecurityScreenOrFinish(authenticated, targetUserId);
KeyguardSecurityContainer.java 319 boolean showNextSecurityScreenOrFinish(boolean authenticated, int targetUserId) {
320 if (DEBUG) Log.d(TAG, "showNextSecurityScreenOrFinish(" + authenticated + ")");

Completed in 151 milliseconds