Searched refs:unbindCurrentClientLocked (Results 1 – 3 of 3) sorted by relevance
469 mService.unbindCurrentClientLocked(UnbindReason.DISCONNECT_IME, mUserId);
1383 unbindCurrentClientLocked(UnbindReason.SWITCH_USER, prevUserId); in switchUserOnHandlerLocked()1858 void unbindCurrentClientLocked(@UnbindReason int unbindClientReason, @UserIdInt int userId) { in unbindCurrentClientLocked() method in InputMethodManagerService2286 unbindCurrentClientLocked(UnbindReason.SWITCH_CLIENT, userId); in prepareClientSwitchLocked()2489 unbindCurrentClientLocked(unbindClientReason, userId); in resetCurrentMethodAndClientLocked()3115 unbindCurrentClientLocked(UnbindReason.SWITCH_IME, userId); in setInputMethodLocked()
9722 HPLcom/android/server/inputmethod/InputMethodManagerService;->unbindCurrentClientLocked(II)V