Home
last modified time | relevance | path

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

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