Searched defs:stopUi (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DFaceUnlock.java156 stopUi();
190 stopUi();
397 private void stopUi() { method in class:FaceUnlock
398 if (DEBUG) Log.d(TAG, "stopUi()");
406 mService.stopUi();
415 if (DEBUG) Log.d(TAG, "stopUi() attempted while not running");

Completed in 24 milliseconds