Home
last modified time | relevance | path

Searched defs:xmlId (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
DConfigureWifiSettingsTest.java39 final int xmlId = new ConfigureWifiSettings().getPreferenceScreenResId(); in testNonIndexableKeys_existInXmlLayout() local
51 final int xmlId = new ConfigureWifiSettings().getPreferenceScreenResId(); in testNonIndexableKeys_ifPageDisabled_shouldNotIndexResource() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/
DXmlTestUtils.java32 public static List<String> getKeysFromPreferenceXml(Context context, int xmlId) { in getKeysFromPreferenceXml()
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DSoundSettingsTest.java64 final int xmlId = settings.getPreferenceScreenResId(); in getNonIndexableKeys_existInXmlLayout() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/system/
DSystemDashboardFragmentTest.java72 final int xmlId = (new SystemDashboardFragment()).getPreferenceScreenResId(); in testNonIndexableKeys_existInXmlLayout() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/language/
DLanguageAndInputSettingsTest.java167 final int xmlId = settings.getPreferenceScreenResId(); in testNonIndexableKeys_existInXmlLayout() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardLayoutSet.java344 final int xmlId = getXmlId(resources, layoutSetName); in readScriptId() local
383 final int xmlId = getXmlId(mResources, mParams.mKeyboardLayoutSetName); in build() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DMoreSuggestions.java193 final int xmlId = R.xml.kbd_suggestions_pane_template; in layout() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardBuilder.java168 public KeyboardBuilder<KP> load(final int xmlId, final KeyboardId id) { in load()