/aosp14/frameworks/base/packages/SettingsLib/ProfileSelector/src/com/android/settingslib/widget/ |
H A D | ProfileSelectFragment.java | 65 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 D | ShortcutParser.java | 382 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 D | ShortcutPackage.java | 2077 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 D | ShortcutParser.java | 110 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 D | FooterPreference.java | 214 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 D | TileUtilsTest.java | 450 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 D | AccessibilityServiceInfo.java | 1630 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 D | Preference.java | 755 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 D | ShortcutInfo.java | 2710 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 99 Landroid/accessibilityservice/AccessibilityServiceInfo$CapabilityInfo;->titleResId:I
|