Home
last modified time | relevance | path

Searched refs:titleResId (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/ProfileSelector/src/com/android/settingslib/widget/
H A DProfileSelectFragment.java65 final int titleResId = getTitleResId(); in onCreateView() local
66 if (titleResId > 0) { in onCreateView()
67 activity.setTitle(titleResId); in onCreateView()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutParser.java382 final int titleResId = sa.getResourceId(R.styleable.Shortcut_shortcutShortLabel, 0); in parseShortcutAttributes() local
396 if (titleResId == 0) { in parseShortcutAttributes()
407 titleResId, in parseShortcutAttributes()
421 int titleResId, int textResId, int disabledMessageResId, in createShortcutFromManifest() argument
441 titleResId, in createShortcutFromManifest()
H A DShortcutPackage.java2077 int titleResId; in parseShortcut() local
2108 titleResId = ShortcutService.parseIntAttribute(parser, ATTR_TITLE_RES_ID); in parseShortcut()
2206 title, titleResId, titleResName, text, textResId, textResName, in parseShortcut()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DShortcutParser.java110 final int titleResId = sa.getResourceId(R.styleable.Shortcut_shortcutShortLabel, 0); in parseShortcut() local
115 c.label = mResources.getString(titleResId); in parseShortcut()
/aosp14/frameworks/base/packages/SettingsLib/FooterPreference/src/com/android/settingslib/widget/
H A DFooterPreference.java214 public Builder setTitle(@StringRes int titleResId) { in setTitle() argument
215 mTitle = mContext.getText(titleResId); in setTitle()
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/
H A DTileUtilsTest.java450 String iconUri, String summaryUri, String title, int titleResId, String profile) { in newInfo() argument
453 titleResId, profile); in newInfo()
479 String summaryUri, String title, int titleResId, String profile) { in newMetaData() argument
493 if (titleResId != 0) { in newMetaData()
494 metaData.putInt(TileUtils.META_DATA_PREFERENCE_TITLE, titleResId); in newMetaData()
/aosp14/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityServiceInfo.java1630 public final int titleResId; field in AccessibilityServiceInfo.CapabilityInfo
1633 public CapabilityInfo(int capability, int titleResId, int descResId) { in CapabilityInfo() argument
1635 this.titleResId = titleResId; in CapabilityInfo()
/aosp14/frameworks/base/core/java/android/preference/
H A DPreference.java755 public void setTitle(@StringRes int titleResId) { in setTitle() argument
756 setTitle(mContext.getString(titleResId)); in setTitle()
757 mTitleRes = titleResId; in setTitle()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DShortcutInfo.java2710 Icon icon, CharSequence title, int titleResId, String titleResName, in ShortcutInfo() argument
2725 mTitleResId = titleResId; in ShortcutInfo()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt99 Landroid/accessibilityservice/AccessibilityServiceInfo$CapabilityInfo;->titleResId:I