HomeSort by relevance Sort by last modified time
    Searched refs:startUi (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/com/android/internal/policy/
IFaceLockInterface.aidl 23 void startUi(IBinder containingWindowToken, int x, int y, int width, int height,
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
FaceUnlock.java 244 // function is reached. If an unbind has already occurred, proceeding on to call startUi()
249 Log.d(TAG, "Dropping startUi() in handleServiceConnected() because no longer bound");
274 startUi(windowToken, position[0], position[1], mFaceUnlockView.getWidth(),
377 private void startUi(IBinder windowToken, int x, int y, int w, int h) {
378 if (DEBUG) Log.d(TAG, "startUi()");
383 mService.startUi(windowToken, x, y, w, h,
391 Log.w(TAG, "startUi() attempted while running");
  /packages/apps/InCallUI/src/com/android/incallui/
InCallPresenter.java 615 startUi(newState);
625 private void startUi(InCallState inCallState) {

Completed in 272 milliseconds