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);
60 private InputMethodManager mInputMethodManager; field in SoftKeyboard88 mInputMethodManager = (InputMethodManager)getSystemService(INPUT_METHOD_SERVICE); in onCreate()126 mInputMethodManager.shouldOfferSwitchingToNextInputMethod(getToken()); in setLatinKeyboard()262 final InputMethodSubtype subtype = mInputMethodManager.getCurrentInputMethodSubtype(); in onStartInputView()655 mInputMethodManager.switchToNextInputMethod(getToken(), false /* onlyCurrentIme */); in handleLanguageSwitch()
77 @Inject InputMethodManager mInputMethodManager; field in FingerprintAuthenticationDialogFragment245 mInputMethodManager.showSoftInput(mPassword, 0);