Home
last modified time | relevance | path

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

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