Searched defs:nonLocalizedLabel (Results 1 – 12 of 12) sorted by relevance
62 CharSequence nonLocalizedLabel, int icon) { in LabeledIntent()94 CharSequence nonLocalizedLabel, int icon) { in LabeledIntent()
146 public CharSequence nonLocalizedLabel; field in ResolveInfo
143 public CharSequence nonLocalizedLabel; field in PackageItemInfo
366 void overrideLabelAndIcon(in ComponentName componentName, String nonLocalizedLabel, in overrideLabelAndIcon()
8552 public CharSequence nonLocalizedLabel; field in PackageParser.IntentInfo
142 … CharSequence nonLocalizedLabel = (flg & 0x4) == 0 ? null : (CharSequence) in.readCharSequence(); in ParsedIntentInfoImpl() local
60 private CharSequence nonLocalizedLabel; field in ParsedComponentImpl
285 CharSequence nonLocalizedLabel = permission.getNonLocalizedLabel(); in calculateFootprint() local
72 @Nullable String nonLocalizedLabel, @Nullable Integer icon); in setComponentLabelIcon()
447 @Nullable String nonLocalizedLabel, @Nullable Integer icon) { in setComponentLabelIcon()
319 ParsingPackage setNonLocalizedLabel(CharSequence nonLocalizedLabel); in setNonLocalizedLabel()
363 private CharSequence nonLocalizedLabel; field in PackageImpl