OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:verifyPasswordAndUnlock
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardAbsKeyInputView.java
148
* Note that PIN/PUK have their own implementation of
verifyPasswordAndUnlock
and so don't need this
154
protected void
verifyPasswordAndUnlock
() {
205
verifyPasswordAndUnlock
();
KeyguardSimPinView.java
107
verifyPasswordAndUnlock
();
223
protected void
verifyPasswordAndUnlock
() {
263
if (DEBUG) Log.d(LOG_TAG, "
verifyPasswordAndUnlock
"
KeyguardSimPukView.java
156
verifyPasswordAndUnlock
();
326
if (DEBUG) Log.d(LOG_TAG, "
verifyPasswordAndUnlock
"
341
protected void
verifyPasswordAndUnlock
() {
Completed in 107 milliseconds