Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
DConfigureWifiSettingsTest.java35 final int xmlId = new ConfigureWifiSettings().getPreferenceScreenResId(); in testNonIndexableKeys_ifPageDisabled_shouldNotIndexResource() local
37 final List<String> keys = XmlTestUtils.getKeysFromPreferenceXml(mContext, xmlId); in testNonIndexableKeys_ifPageDisabled_shouldNotIndexResource()
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/
DXmlTestUtils.java32 public static List<String> getKeysFromPreferenceXml(Context context, int xmlId) { in getKeysFromPreferenceXml() argument
35 List<Bundle> metadata = PreferenceXmlParserUtils.extractMetadata(context, xmlId, in getKeysFromPreferenceXml()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardLayoutSet.java344 final int xmlId = getXmlId(resources, layoutSetName); in readScriptId() local
345 final XmlResourceParser parser = resources.getXml(xmlId); in readScriptId()
383 final int xmlId = getXmlId(mResources, mParams.mKeyboardLayoutSetName); in build() local
385 parseKeyboardLayoutSet(mResources, xmlId); in build()
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DSoundSettingsTest.java65 final int xmlId = settings.getPreferenceScreenResId(); in getNonIndexableKeys_existInXmlLayout() local
66 final List<String> keys = XmlTestUtils.getKeysFromPreferenceXml(context, xmlId); in getNonIndexableKeys_existInXmlLayout()
/packages/apps/Settings/tests/robotests/src/com/android/settings/system/
DSystemDashboardFragmentTest.java72 final int xmlId = (new SystemDashboardFragment()).getPreferenceScreenResId(); in testNonIndexableKeys_existInXmlLayout() local
74 final List<String> keys = XmlTestUtils.getKeysFromPreferenceXml(mContext, xmlId); in testNonIndexableKeys_existInXmlLayout()
/packages/apps/Settings/tests/robotests/src/com/android/settings/language/
DLanguageAndInputSettingsTest.java132 final int xmlId = settings.getPreferenceScreenResId(); in testNonIndexableKeys_existInXmlLayout() local
134 final List<String> keys = XmlTestUtils.getKeysFromPreferenceXml(context, xmlId); in testNonIndexableKeys_existInXmlLayout()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DMoreSuggestions.java193 final int xmlId = R.xml.kbd_suggestions_pane_template; in layout() local
194 load(xmlId, parentKeyboard.mId); in layout()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardBuilder.java168 public KeyboardBuilder<KP> load(final int xmlId, final KeyboardId id) { in load() argument
170 final XmlResourceParser parser = mResources.getXml(xmlId); in load()