Home
last modified time | relevance | path

Searched defs:xmlResId (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/provider/
DSearchIndexableResource.java42 public int xmlResId; field in SearchIndexableResource
53 public SearchIndexableResource(int rank, int xmlResId, String className, int iconResId) { in SearchIndexableResource()
/frameworks/base/services/core/java/com/android/server/vibrator/
DHapticFeedbackCustomization.java214 Resources res, VibratorInfo vibratorInfo, int xmlResId) { in loadCustomizedFeedbackVibrationFromRes()
261 private static TypedXmlPullParser readCustomizationResources(Resources res, int xmlResId) { in readCustomizationResources()
/frameworks/base/packages/SettingsLib/SearchProvider/src/com/android/settingslib/searchprovider/
DSettingsXmlIndexProvider.java105 public SearchIndexableIntentResource(int xmlResId, String intentAction, in SearchIndexableIntentResource()
/frameworks/base/services/tests/vibrator/src/com/android/server/vibrator/
DHapticFeedbackCustomizationTest.java581 private void setupCustomizationResource(String xml, int xmlResId) throws Exception { in setupCustomizationResource()
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputManagerService.java538 int xmlResId = metaData.getInt(TvInputManager.META_DATA_CONTENT_RATING_SYSTEMS); in buildTvContentRatingSystemListLocked() local
/frameworks/base/core/java/android/widget/
DTextView.java8414 public void setInputExtras(@XmlRes int xmlResId) throws XmlPullParserException, IOException { in setInputExtras()