OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reportUnlockAttempt
(Results
1 - 10
of
10
) sorted by null
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityCallback.java
41
void
reportUnlockAttempt
(boolean success);
KeyguardAbsKeyInputView.java
107
mCallback.
reportUnlockAttempt
(true);
113
mCallback.
reportUnlockAttempt
(false);
FaceUnlock.java
305
mKeyguardScreenCallback.
reportUnlockAttempt
(true);
336
mKeyguardScreenCallback.
reportUnlockAttempt
(false);
KeyguardAccountView.java
179
mCallback.
reportUnlockAttempt
(true);
186
mCallback.
reportUnlockAttempt
(false);
KeyguardPatternView.java
213
mCallback.
reportUnlockAttempt
(true);
224
mCallback.
reportUnlockAttempt
(false);
KeyguardSecurityContainer.java
450
public void
reportUnlockAttempt
(boolean success) {
480
public void
reportUnlockAttempt
(boolean success) { }
/frameworks/base/core/java/android/app/trust/
ITrustManager.aidl
27
void
reportUnlockAttempt
(boolean successful, int userId);
TrustManager.java
54
public void
reportUnlockAttempt
(boolean successful, int userId) {
56
mService.
reportUnlockAttempt
(successful, userId);
/frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java
265
getTrustManager().
reportUnlockAttempt
(false /* authenticated */, userId);
271
getTrustManager().
reportUnlockAttempt
(true /* authenticated */,
[
all
...]
/frameworks/base/services/core/java/com/android/server/trust/
TrustManagerService.java
513
public void
reportUnlockAttempt
(boolean authenticated, int userId) throws RemoteException {
Completed in 954 milliseconds