HomeSort by relevance Sort by last modified time
    Searched refs:INPUT_METHOD_SERVICE (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /packages/apps/Dialer/java/com/android/dialer/common/
UiUtil.java 30 (InputMethodManager) context.getSystemService(Activity.INPUT_METHOD_SERVICE);
37 (InputMethodManager) context.getSystemService(Context.INPUT_METHOD_SERVICE);
  /packages/apps/Messaging/src/com/android/messaging/util/
ImeUtil.java 65 (InputMethodManager) context.getSystemService(Context.INPUT_METHOD_SERVICE);
76 (InputMethodManager) context.getSystemService(Context.INPUT_METHOD_SERVICE);
85 (InputMethodManager) context.getSystemService(Context.INPUT_METHOD_SERVICE);
  /packages/apps/Dialer/java/com/android/dialer/dialpadview/
DigitsEditText.java 40 ((InputMethodManager) getContext().getSystemService(Context.INPUT_METHOD_SERVICE));
51 ((InputMethodManager) getContext().getSystemService(Context.INPUT_METHOD_SERVICE));
  /packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
DigitsEditText.java 48 .getSystemService(Context.INPUT_METHOD_SERVICE));
59 .getSystemService(Context.INPUT_METHOD_SERVICE));
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
InputMethodManagerTest.java 24 manager = (InputMethodManager) Robolectric.application.getSystemService(Activity.INPUT_METHOD_SERVICE);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
InputMethodManagerCompatWrapper.java 40 mImm = (InputMethodManager)context.getSystemService(Context.INPUT_METHOD_SERVICE);
  /packages/apps/Launcher3/src/com/android/launcher3/
ExtendedEditText.java 100 ((InputMethodManager) getContext().getSystemService(Context.INPUT_METHOD_SERVICE))
105 ((InputMethodManager) getContext().getSystemService(Context.INPUT_METHOD_SERVICE))
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationInlineReplyTests.java 78 .getSystemService(Context.INPUT_METHOD_SERVICE);
98 .getSystemService(Context.INPUT_METHOD_SERVICE);
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
KeyboardBot.java 46 .getSystemService(Context.INPUT_METHOD_SERVICE);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
QueryTextView.java 73 return (InputMethodManager) getContext().getSystemService(Context.INPUT_METHOD_SERVICE);
  /developers/build/prebuilts/gradle/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/
FingerprintModule.java 99 return (InputMethodManager) context.getSystemService(Context.INPUT_METHOD_SERVICE);
  /developers/samples/android/security/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/
FingerprintModule.java 99 return (InputMethodManager) context.getSystemService(Context.INPUT_METHOD_SERVICE);
  /development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/
FingerprintModule.java 99 return (InputMethodManager) context.getSystemService(Context.INPUT_METHOD_SERVICE);
  /external/droiddriver/src/io/appium/droiddriver/actions/view/
CloseKeyboardAction.java 59 .getSystemService(Context.INPUT_METHOD_SERVICE);
  /frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorTestCase.java 129 .getService(Context.INPUT_METHOD_SERVICE));
  /packages/apps/Settings/src/com/android/settings/inputmethod/
VirtualKeyboardPreferenceController.java 45 mImm = (InputMethodManager) mContext.getSystemService(Context.INPUT_METHOD_SERVICE);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
WriteWifiConfigToNfcDialogTest.java 57 when(mActivity.getSystemService(Context.INPUT_METHOD_SERVICE))
  /development/samples/ApiDemos/src/com/example/android/apis/inputmethod/
ShowInputMethodAndSubtypeEnabler.java 92 (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GuidedActionAdapterGroup.java 128 v.getContext().getSystemService(Context.INPUT_METHOD_SERVICE);
144 v.getContext().getSystemService(Context.INPUT_METHOD_SERVICE);
  /packages/apps/Dialer/java/com/android/dialer/util/
DialerUtils.java 199 (InputMethodManager) view.getContext().getSystemService(Context.INPUT_METHOD_SERVICE);
207 (InputMethodManager) view.getContext().getSystemService(Context.INPUT_METHOD_SERVICE);
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountServerBaseFragment.java 175 (InputMethodManager) mAppContext.getSystemService(Context.INPUT_METHOD_SERVICE);
224 getSystemService(Context.INPUT_METHOD_SERVICE);
  /packages/apps/Settings/src/com/android/settings/search/
InputDeviceResultLoader.java 19 import static android.content.Context.INPUT_METHOD_SERVICE;
74 mImm = (InputMethodManager) context.getSystemService(INPUT_METHOD_SERVICE);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/language/
LanguageAndInputSettingsTest.java 96 when(mActivity.getSystemService(Context.INPUT_METHOD_SERVICE)).thenReturn(mImm);
140 when(activity.getSystemService(Context.INPUT_METHOD_SERVICE))
  /packages/apps/Settings/tests/robotests/src/com/android/settings/search/
InputDeviceResultLoaderTest.java 19 import static android.content.Context.INPUT_METHOD_SERVICE;
95 when(mContext.getSystemService(INPUT_METHOD_SERVICE))
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
PasswordInputWizardFragment.java 166 (InputMethodManager) a.getSystemService(Context.INPUT_METHOD_SERVICE);
185 (InputMethodManager) getActivity().getSystemService(Context.INPUT_METHOD_SERVICE);

Completed in 1031 milliseconds

1 2 3 4 5