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/notification/
DSoundSettingsTest.java67 final int xmlId = settings.getPreferenceScreenResId(); in getNonIndexableKeys_existInXmlLayout() local
93 final int xmlId = settings.getPreferenceScreenResId(); in notificationVolume_isBetweenRingAndAlarm() 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/unit/src/com/android/settings/testutils/
DXmlTestUtils.java47 public static List<String> getKeysFromPreferenceXml(Context context, int xmlId) { in getKeysFromPreferenceXml()
/packages/apps/Settings/tests/robotests/src/com/android/settings/system/
DSystemDashboardFragmentTest.java66 final int xmlId = (new SystemDashboardFragment()).getPreferenceScreenResId(); in testNonIndexableKeys_existInXmlLayout() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
DConfigureWifiSettingsTest.java158 final int xmlId = mSettings.getPreferenceScreenResId(); in getNonIndexableKeys_ifPageDisabled_shouldNotIndexResource() 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()