Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/development/
H A DOemUnlockPreferenceController.java97 if (!showKeyguardConfirmation(mContext.getResources(), in onPreferenceChange()
202 boolean showKeyguardConfirmation(Resources resources, int requestCode) { in showKeyguardConfirmation() method in OemUnlockPreferenceController
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
H A DOemUnlockPreferenceControllerTest.java132 doReturn(false).when(mController).showKeyguardConfirmation(mResources, in onPreferenceChanged_turnOnUnlock()