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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibleInputMethodServiceProxy.java 86 sInstance.initInternal(inputMethod, prefs);
97 private void initInternal(InputMethodService inputMethod, SharedPreferences prefs) {
AccessibilityUtils.java 63 sInstance.initInternal(inputMethod, prefs);
77 private void initInternal(Context context, SharedPreferences prefs) {
AccessibleKeyboardViewProxy.java 48 sInstance.initInternal(inputMethod, prefs);
64 private void initInternal(InputMethodService inputMethod, SharedPreferences prefs) {
KeyCodeDescriptionMapper.java 49 sInstance.initInternal(context, prefs);
63 private void initInternal(Context context, SharedPreferences prefs) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java 167 sInstance.initInternal(ims, prefs);
170 private void initInternal(LatinIME ims, SharedPreferences prefs) {
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/
VoiceProxy.java 120 sInstance.initInternal(context, prefs, h);
128 private void initInternal(LatinIME service, SharedPreferences prefs, UIHandler h) {
    [all...]

Completed in 51 milliseconds