Home
last modified time | relevance | path

Searched defs:labelRes (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/viewmodel/
DQSTileConfig.kt41 val labelRes: Int constant
51 override val labelRes: Int constant
58 @StringRes override val labelRes: Int, constant in com.android.systemui.qs.tiles.viewmodel.QSTileUIConfig.Resource
/frameworks/base/core/java/android/content/pm/
DLabeledIntent.java44 int labelRes, int icon) { in LabeledIntent()
78 public LabeledIntent(String sourcePackage, int labelRes, int icon) { in LabeledIntent()
DResolveInfo.java140 public int labelRes; field in ResolveInfo
DPackageItemInfo.java136 public int labelRes; field in PackageItemInfo
DPackageParser.java327 final int labelRes; field in PackageParser.ParsePackageItemArgs
4195 int nameRes, int labelRes, int iconRes, int roundIconRes, int logoRes, int bannerRes) { in parsePackageItemInfo()
8546 public int labelRes; field in PackageParser.IntentInfo
/frameworks/base/core/java/com/android/internal/app/
DResolverActivity.java329 public final @StringRes int labelRes; field in ResolverActivity.ActionTitle
331 ActionTitle(String action, int titleRes, int namedTitleRes, @StringRes int labelRes) { in ActionTitle()
/frameworks/base/core/java/com/android/internal/pm/pkg/component/
DParsedIntentInfoImpl.java141 int labelRes = in.readInt(); in ParsedIntentInfoImpl() local
DParsedComponentImpl.java58 private int labelRes; field in ParsedComponentImpl
/frameworks/base/core/java/android/provider/
DContactsContract.java6429 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local
6641 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local
6849 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local
7014 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local
7048 final int labelRes = getProtocolLabelResource(type); in getProtocolLabel() local
7221 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local
7348 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local
7444 final int labelRes = getTypeResource(type); in getTypeLabel() local
7777 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local
/frameworks/base/media/java/android/media/tv/
DTvInputInfo.java204 HdmiDeviceInfo hdmiDeviceInfo, String parentId, int labelRes, Icon icon) in createTvInputInfo()
257 TvInputHardwareInfo hardwareInfo, int labelRes, Icon icon) in createTvInputInfo()
/frameworks/base/core/java/com/android/internal/pm/pkg/parsing/
DParsingPackage.java298 ParsingPackage setLabelResourceId(int labelRes); in setLabelResourceId()
/frameworks/base/core/java/com/android/internal/pm/parsing/pkg/
DPackageImpl.java349 private int labelRes; field in PackageImpl