Searched refs:mHardKeyboardPreferenceList (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DInputMethodAndLanguageSettings.java82 private final ArrayList<PreferenceScreen> mHardKeyboardPreferenceList = field in class:InputMethodAndLanguageSettings
270 if (!mHardKeyboardPreferenceList.isEmpty()) {
298 this, getContentResolver(), mImis, !mHardKeyboardPreferenceList.isEmpty());
332 if (!mHardKeyboardPreferenceList.isEmpty()) {
442 mHardKeyboardPreferenceList.clear();
470 mHardKeyboardPreferenceList.add(pref);
475 if (!mHardKeyboardPreferenceList.isEmpty()) {
483 Collections.sort(mHardKeyboardPreferenceList);
484 final int count = mHardKeyboardPreferenceList.size();
486 final Preference pref = mHardKeyboardPreferenceList
[all...]

Completed in 51 milliseconds