OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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