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/base/shared/model/
DQSTileConfig.kt47 val labelRes: Int constant
58 override val labelRes: Int constant
65 @StringRes override val labelRes: Int, constant in com.android.systemui.qs.tiles.base.shared.model.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()
8550 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.java6965 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local
7177 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local
7385 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local
7550 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local
7584 final int labelRes = getProtocolLabelResource(type); in getProtocolLabel() local
7757 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local
7884 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local
7980 final int labelRes = getTypeResource(type); in getTypeLabel() local
8313 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.java303 ParsingPackage setLabelResourceId(int labelRes); in setLabelResourceId()
/frameworks/base/core/java/com/android/internal/pm/parsing/pkg/
DPackageImpl.java349 private int labelRes; field in PackageImpl