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/
AccessibilityUtils.java 61 sInstance.initInternal(inputMethod, prefs);
75 private void initInternal(Context context, SharedPreferences prefs) {
AccessibleInputMethodServiceProxy.java 86 sInstance.initInternal(inputMethod, prefs);
97 private void initInternal(InputMethodService inputMethod, SharedPreferences prefs) {
AccessibleKeyboardViewProxy.java 55 sInstance.initInternal(inputMethod, prefs);
71 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 193 milliseconds