Home
last modified time | relevance | path

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

/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.java128 public int labelRes; field in ResolveInfo
DPackageItemInfo.java134 public int labelRes; field in PackageItemInfo
DPackageParser.java319 final int labelRes; field in PackageParser.ParsePackageItemArgs
4139 int nameRes, int labelRes, int iconRes, int roundIconRes, int logoRes, int bannerRes) { in parsePackageItemInfo()
8518 public int labelRes; field in PackageParser.IntentInfo
/frameworks/base/services/core/java/com/android/server/wm/
DSplashScreenStartingData.java40 CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, int icon, in SplashScreenStartingData()
DStartingSurfaceController.java61 int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, in createSplashScreenStartingSurface()
DActivityRecord.java459 private int labelRes; // the label information from the package mgr. field in ActivityRecord
1916 CharSequence nonLocalizedLabel, int labelRes, int icon, int logo, int windowFlags, in addStartingWindow()
/frameworks/base/core/java/com/android/internal/app/
DResolverActivity.java265 public final @StringRes int labelRes; field in ResolverActivity.ActionTitle
267 ActionTitle(String action, int titleRes, int namedTitleRes, @StringRes int labelRes) { in ActionTitle()
/frameworks/base/core/java/android/content/pm/parsing/component/
DParsedComponent.java53 int labelRes; field in ParsedComponent
DParsedIntentInfo.java139 int labelRes; field in ParsedIntentInfo
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestWindowManagerPolicy.java104 int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, in addSplashScreen()
/frameworks/base/core/java/android/provider/
DContactsContract.java6306 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local
6529 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local
6737 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local
6898 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local
6932 final int labelRes = getProtocolLabelResource(type); in getProtocolLabel() local
7105 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local
7232 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local
7328 final int labelRes = getTypeResource(type); in getTypeLabel() local
7657 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/android/content/pm/parsing/
DParsingPackageImpl.java349 private int labelRes; field in ParsingPackageImpl
DParsingPackage.java279 ParsingPackage setLabelRes(int labelRes); in setLabelRes()
/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java718 int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, in addSplashScreen()
DPhoneWindowManager.java2307 int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, in addSplashScreen()