/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | LabeledIntent.java | 44 int labelRes, int icon) { in LabeledIntent() 78 public LabeledIntent(String sourcePackage, int labelRes, int icon) { in LabeledIntent()
|
H A D | ResolveInfo.java | 128 public int labelRes; field in ResolveInfo
|
H A D | PackageItemInfo.java | 134 public int labelRes; field in PackageItemInfo
|
H A D | PackageParser.java | 319 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
|
/aosp12/frameworks/base/core/java/com/android/internal/app/ |
H A D | ResolverActivity.java | 265 public final @StringRes int labelRes; field in ResolverActivity.ActionTitle 267 ActionTitle(String action, int titleRes, int namedTitleRes, @StringRes int labelRes) { in ActionTitle()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | SplashScreenStartingData.java | 40 CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, int icon, in SplashScreenStartingData()
|
H A D | StartingSurfaceController.java | 61 int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, in createSplashScreenStartingSurface()
|
H A D | ActivityRecord.java | 461 private int labelRes; // the label information from the package mgr. field in ActivityRecord 2052 CharSequence nonLocalizedLabel, int labelRes, int icon, int logo, int windowFlags, in addStartingWindow()
|
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/accounts/ |
H A D | AccountTypesHelperTest.java | 168 private void addAuthenticator(String type, int labelRes) { in addAuthenticator()
|
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/account/ |
H A D | AccountType.java | 324 public int labelRes; field in AccountType.EditType 335 public EditType(int rawValue, int labelRes) { in EditType() 390 public EventEditType(int rawValue, int labelRes) { in EventEditType()
|
H A D | BaseAccountType.java | 657 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/account/ |
H A D | AccountType.java | 357 public int labelRes; field in AccountType.EditType 366 public EditType(int rawValue, int labelRes) { in EditType() 415 public EventEditType(int rawValue, int labelRes) { in EventEditType()
|
H A D | BaseAccountType.java | 518 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/ |
H A D | OptionsPopupView.java | 274 public final int labelRes; field in OptionsPopupView.OptionItem 281 public OptionItem(Context context, int labelRes, int iconRes, EventEnum eventId, in OptionItem()
|
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/ |
H A D | SortBot.java | 112 @StringRes int labelRes = SortListFragment.getSheetLabelId(dimension, direction); in sortByMenu() local
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | TestWindowManagerPolicy.java | 104 int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, in addSplashScreen()
|
/aosp12/frameworks/base/core/java/android/content/pm/parsing/component/ |
H A D | ParsedComponent.java | 53 int labelRes; field in ParsedComponent
|
H A D | ParsedIntentInfo.java | 139 int labelRes; field in ParsedIntentInfo
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/files/ |
H A D | FilesActivity.java | 209 int labelRes = intent.getIntExtra(LauncherActivity.TASK_LABEL_RES, -1); in updateTaskDescription() local
|
/aosp12/frameworks/base/core/java/android/provider/ |
H A D | ContactsContract.java | 6306 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
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
H A D | LauncherAccessibilityDelegate.java | 530 public LauncherAction(int id, int labelRes, int keyCode) { in LauncherAction()
|
/aosp12/frameworks/base/media/java/android/media/tv/ |
H A D | TvInputInfo.java | 204 HdmiDeviceInfo hdmiDeviceInfo, String parentId, int labelRes, Icon icon) in createTvInputInfo() 257 TvInputHardwareInfo hardwareInfo, int labelRes, Icon icon) in createTvInputInfo()
|
/aosp12/frameworks/base/core/java/android/content/pm/parsing/ |
H A D | ParsingPackageImpl.java | 349 private int labelRes; field in ParsingPackageImpl
|
H A D | ParsingPackage.java | 279 ParsingPackage setLabelRes(int labelRes); in setLabelRes()
|
/aosp12/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | WindowManagerPolicy.java | 727 int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, in addSplashScreen()
|