Searched refs:xmlId (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/ |
D | ConfigureWifiSettingsTest.java | 39 final int xmlId = new ConfigureWifiSettings().getPreferenceScreenResId(); in testNonIndexableKeys_existInXmlLayout() local 41 final List<String> keys = XmlTestUtils.getKeysFromPreferenceXml(mContext, xmlId); in testNonIndexableKeys_existInXmlLayout() 51 final int xmlId = new ConfigureWifiSettings().getPreferenceScreenResId(); in testNonIndexableKeys_ifPageDisabled_shouldNotIndexResource() local 53 final List<String> keys = XmlTestUtils.getKeysFromPreferenceXml(mContext, xmlId); in testNonIndexableKeys_ifPageDisabled_shouldNotIndexResource()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/ |
D | XmlTestUtils.java | 32 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/ |
D | KeyboardLayoutSet.java | 344 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/system/ |
D | SystemDashboardFragmentTest.java | 72 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/notification/ |
D | SoundSettingsTest.java | 64 final int xmlId = settings.getPreferenceScreenResId(); in getNonIndexableKeys_existInXmlLayout() local 65 final List<String> keys = XmlTestUtils.getKeysFromPreferenceXml(context, xmlId); in getNonIndexableKeys_existInXmlLayout()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/language/ |
D | LanguageAndInputSettingsTest.java | 167 final int xmlId = settings.getPreferenceScreenResId(); in testNonIndexableKeys_existInXmlLayout() local 169 final List<String> keys = XmlTestUtils.getKeysFromPreferenceXml(context, xmlId); in testNonIndexableKeys_existInXmlLayout()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/ |
D | MoreSuggestions.java | 193 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/ |
D | KeyboardBuilder.java | 168 public KeyboardBuilder<KP> load(final int xmlId, final KeyboardId id) { in load() argument 170 final XmlResourceParser parser = mResources.getXml(xmlId); in load()
|