Home
last modified time | relevance | path

Searched defs:labelRes (Results 1 – 12 of 12) 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()
DPackageItemInfo.java55 public int labelRes; field in PackageItemInfo
DResolveInfo.java109 public int labelRes; field in ResolveInfo
DPackageParser.java207 final int labelRes; field in PackageParser.ParsePackageItemArgs
2987 int nameRes, int labelRes, int iconRes, int logoRes, int bannerRes) { in parsePackageItemInfo()
5046 public int labelRes; field in PackageParser.IntentInfo
/frameworks/base/services/core/java/com/android/server/wm/
DStartingData.java26 final int labelRes; field in StartingData
DWindowManagerService.java4284 CharSequence nonLocalizedLabel, int labelRes, int icon, int logo, in setAppStartingWindow()
/frameworks/base/media/java/android/media/tv/
DTvInputInfo.java207 HdmiDeviceInfo hdmiDeviceInfo, String parentId, int labelRes, Icon icon) in createTvInputInfo()
255 TvInputHardwareInfo hardwareInfo, int labelRes, Icon icon) in createTvInputInfo()
264 String parentId, int inputType, boolean isHardwareInput, int labelRes, String label, in createTvInputInfo()
/frameworks/base/core/java/android/provider/
DContactsContract.java5963 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local
6162 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local
6370 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local
6508 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local
6542 final int labelRes = getProtocolLabelResource(type); in getProtocolLabel() local
6716 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local
6843 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local
6939 final int labelRes = getTypeResource(type); in getTypeLabel() local
7268 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local
/frameworks/base/core/java/android/view/
DIWindowManager.aidl106 in CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, in setAppStartingWindow()
DWindowManagerPolicy.java689 int labelRes, int icon, int logo, int windowFlags); in addStartingWindow()
/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java118 int labelRes; // the label information from the package mgr. field in ActivityRecord
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java2264 CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, in addStartingWindow()