/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/ |
H A D | ParsedComponentImpl.java | 94 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 D | ParsedIntentInfo.java | 31 @Nullable CharSequence getNonLocalizedLabel(); in getNonLocalizedLabel() method
|
H A D | ParsedComponent.java | 57 CharSequence getNonLocalizedLabel(); in getNonLocalizedLabel() method
|
H A D | ComponentParseUtils.java | 160 public static CharSequence getNonLocalizedLabel( in getNonLocalizedLabel() method in ComponentParseUtils 162 return component.getNonLocalizedLabel(); in getNonLocalizedLabel()
|
H A D | ParsedIntentInfoImpl.java | 74 public @Nullable CharSequence getNonLocalizedLabel() { in getNonLocalizedLabel() method in ParsedIntentInfoImpl
|
H A D | ParsedPermissionUtils.java | 277 CharSequence nonLocalizedLabel = permission.getNonLocalizedLabel(); in calculateFootprint()
|
H A D | ParsedActivityImpl.java | 176 alias.setNonLocalizedLabel(target.getNonLocalizedLabel()); in makeAlias()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/ |
H A D | ParsedComponentStateUtils.java | 41 CharSequence label = component.getNonLocalizedLabel(); in getNonLocalizedLabelAndIcon()
|
H A D | PackageInfoUtils.java | 836 packageItemInfo.nonLocalizedLabel = ComponentParseUtils.getNonLocalizedLabel(component); in assignFieldsPackageItemInfoParsedComponent()
|
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/parsing/parcelling/ |
H A D | ParsedIntentInfoTest.kt | 44 ParsedIntentInfo::getNonLocalizedLabel,
|
H A D | ParsedComponentTest.kt | 55 ParsedComponent::getNonLocalizedLabel,
|
H A D | AndroidPackageTest.kt | 184 AndroidPackage::getNonLocalizedLabel,
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | LabeledIntent.java | 118 public CharSequence getNonLocalizedLabel() { in getNonLocalizedLabel() method in LabeledIntent
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/ |
H A D | AndroidPackage.java | 902 CharSequence getNonLocalizedLabel(); in getNonLocalizedLabel() method
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/resolution/ |
H A D | ComponentResolver.java | 1188 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 D | ChooserListAdapter.java | 201 ri.nonLocalizedLabel = li.getNonLocalizedLabel(); in ChooserListAdapter()
|
H A D | ResolverListAdapter.java | 447 ri.nonLocalizedLabel = li.getNonLocalizedLabel();
|
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/ |
H A D | PackageParserTest.java | 891 assertEquals(aIntent.getNonLocalizedLabel(), bIntent.getNonLocalizedLabel()); in assertComponentsEqual()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/ |
H A D | PackageImpl.java | 1086 public CharSequence getNonLocalizedLabel() { in getNonLocalizedLabel() method in PackageImpl
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 8306 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 12046 method public CharSequence getNonLocalizedLabel();
|