Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/
H A DCryptKeeper.java140 private final Runnable mFakeUnlockAttemptRunnable = new Runnable() { field in CryptKeeper
710 postingView.postDelayed(mFakeUnlockAttemptRunnable, FAKE_ATTEMPT_DELAY); in fakeUnlockAttempt()