Home
last modified time | relevance | path

Searched refs:getNonLocalizedLabel (Results 1 – 22 of 22) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
H A DParsedComponentImpl.java94 this.nonLocalizedLabel = other.getNonLocalizedLabel(); in ParsedComponentImpl()
163 dest.writeCharSequence(this.getNonLocalizedLabel()); in writeToParcel()
224 public @Nullable CharSequence getNonLocalizedLabel() { in getNonLocalizedLabel() method in ParsedComponentImpl
H A DParsedIntentInfo.java31 @Nullable CharSequence getNonLocalizedLabel(); in getNonLocalizedLabel() method
H A DParsedComponent.java57 CharSequence getNonLocalizedLabel(); in getNonLocalizedLabel() method
H A DComponentParseUtils.java160 public static CharSequence getNonLocalizedLabel( in getNonLocalizedLabel() method in ComponentParseUtils
162 return component.getNonLocalizedLabel(); in getNonLocalizedLabel()
H A DParsedIntentInfoImpl.java74 public @Nullable CharSequence getNonLocalizedLabel() { in getNonLocalizedLabel() method in ParsedIntentInfoImpl
H A DParsedPermissionUtils.java277 CharSequence nonLocalizedLabel = permission.getNonLocalizedLabel(); in calculateFootprint()
H A DParsedActivityImpl.java176 alias.setNonLocalizedLabel(target.getNonLocalizedLabel()); in makeAlias()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/
H A DParsedComponentStateUtils.java41 CharSequence label = component.getNonLocalizedLabel(); in getNonLocalizedLabelAndIcon()
H A DPackageInfoUtils.java836 packageItemInfo.nonLocalizedLabel = ComponentParseUtils.getNonLocalizedLabel(component); in assignFieldsPackageItemInfoParsedComponent()
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/parsing/parcelling/
H A DParsedIntentInfoTest.kt44 ParsedIntentInfo::getNonLocalizedLabel,
H A DParsedComponentTest.kt55 ParsedComponent::getNonLocalizedLabel,
H A DAndroidPackageTest.kt184 AndroidPackage::getNonLocalizedLabel,
/aosp14/frameworks/base/core/java/android/content/pm/
H A DLabeledIntent.java118 public CharSequence getNonLocalizedLabel() { in getNonLocalizedLabel() method in LabeledIntent
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/
H A DAndroidPackage.java902 CharSequence getNonLocalizedLabel(); in getNonLocalizedLabel() method
/aosp14/frameworks/base/services/core/java/com/android/server/pm/resolution/
H A DComponentResolver.java1188 res.nonLocalizedLabel = info.getNonLocalizedLabel(); in newResult()
1475 res.nonLocalizedLabel = intentInfo.getNonLocalizedLabel(); in newResult()
1706 res.nonLocalizedLabel = intentInfo.getNonLocalizedLabel(); in newResult()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DChooserListAdapter.java201 ri.nonLocalizedLabel = li.getNonLocalizedLabel(); in ChooserListAdapter()
H A DResolverListAdapter.java447 ri.nonLocalizedLabel = li.getNonLocalizedLabel();
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DPackageParserTest.java891 assertEquals(aIntent.getNonLocalizedLabel(), bIntent.getNonLocalizedLabel()); in assertComponentsEqual()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/
H A DPackageImpl.java1086 public CharSequence getNonLocalizedLabel() { in getNonLocalizedLabel() method in PackageImpl
/aosp14/frameworks/base/services/
H A Dart-profile8306 HSPLcom/android/server/pm/pkg/component/ComponentParseUtils;->getNonLocalizedLabel(Lcom/android/ser…
8422 HSPLcom/android/server/pm/pkg/component/ParsedComponentImpl;->getNonLocalizedLabel()Ljava/lang/Char…
8450 HSPLcom/android/server/pm/pkg/component/ParsedIntentInfoImpl;->getNonLocalizedLabel()Ljava/lang/Cha…
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt12046 method public CharSequence getNonLocalizedLabel();