Home
last modified time | relevance | path

Searched defs:labelRes (Results 1 – 13 of 13) 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.java126 public int labelRes; field in ResolveInfo
DPackageItemInfo.java59 public int labelRes; field in PackageItemInfo
DPackageParser.java328 final int labelRes; field in PackageParser.ParsePackageItemArgs
4027 int nameRes, int labelRes, int iconRes, int roundIconRes, int logoRes, int bannerRes) { in parsePackageItemInfo()
7277 public int labelRes; field in IntentInfo
/frameworks/base/services/core/java/com/android/server/wm/
DSplashScreenStartingData.java39 CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, int icon, in SplashScreenStartingData()
DAppWindowContainerController.java500 CharSequence nonLocalizedLabel, int labelRes, int icon, int logo, int windowFlags, in addStartingWindow()
/frameworks/base/core/java/android/provider/
DContactsContract.java6155 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local
6366 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local
6574 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local
6712 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local
6746 final int labelRes = getProtocolLabelResource(type); in getProtocolLabel() local
6919 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local
7046 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local
7142 final int labelRes = getTypeResource(type); in getTypeLabel() local
7471 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DTestWindowManagerPolicy.java196 CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, int icon, in addSplashScreen()
/frameworks/base/media/java/android/media/tv/
DTvInputInfo.java197 HdmiDeviceInfo hdmiDeviceInfo, String parentId, int labelRes, Icon icon) in createTvInputInfo()
250 TvInputHardwareInfo hardwareInfo, int labelRes, Icon icon) in createTvInputInfo()
/frameworks/base/core/java/com/android/internal/app/
DResolverActivity.java188 public final @StringRes int labelRes; field in ResolverActivity.ActionTitle
190 ActionTitle(String action, int titleRes, int namedTitleRes, @StringRes int labelRes) { in ActionTitle()
/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java981 CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, int icon, in addSplashScreen()
/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java237 private int labelRes; // the label information from the package mgr. field in ActivityRecord
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java2828 CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, int icon, in addSplashScreen()