Searched defs:xmlResId (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/provider/ |
D | SearchIndexableResource.java | 42 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/ |
D | HapticFeedbackCustomization.java | 214 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/ |
D | SettingsXmlIndexProvider.java | 105 public SearchIndexableIntentResource(int xmlResId, String intentAction, in SearchIndexableIntentResource()
|
/frameworks/base/services/tests/vibrator/src/com/android/server/vibrator/ |
D | HapticFeedbackCustomizationTest.java | 581 private void setupCustomizationResource(String xml, int xmlResId) throws Exception { in setupCustomizationResource()
|
/frameworks/base/services/core/java/com/android/server/tv/ |
D | TvInputManagerService.java | 538 int xmlResId = metaData.getInt(TvInputManager.META_DATA_CONTENT_RATING_SYSTEMS); in buildTvContentRatingSystemListLocked() local
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 8414 public void setInputExtras(@XmlRes int xmlResId) throws XmlPullParserException, IOException { in setInputExtras()
|