Searched refs:mInputMethodManager (Results 1 – 3 of 3) sorted by relevance
59 private InputMethodManager mInputMethodManager; field in FingerprintAuthenticationDialogFragment140 mInputMethodManager = context.getSystemService(InputMethodManager.class); in onAttach()205 mInputMethodManager.showSoftInput(mPassword, 0);
66 private InputMethodManager mInputMethodManager; field in SoftKeyboard94 mInputMethodManager = (InputMethodManager)getSystemService(INPUT_METHOD_SERVICE); in onCreate()155 mInputMethodManager.shouldOfferSwitchingToNextInputMethod(getToken()); in setLatinKeyboard()291 final InputMethodSubtype subtype = mInputMethodManager.getCurrentInputMethodSubtype(); in onStartInputView()684 mInputMethodManager.switchToNextInputMethod(getToken(), false /* onlyCurrentIme */); in handleLanguageSwitch()
77 @Inject InputMethodManager mInputMethodManager; field in FingerprintAuthenticationDialogFragment245 mInputMethodManager.showSoftInput(mPassword, 0);