/frameworks/base/core/java/android/content/pm/ |
D | LabeledIntent.java | 62 CharSequence nonLocalizedLabel, int icon) { in LabeledIntent() 94 CharSequence nonLocalizedLabel, int icon) { in LabeledIntent()
|
D | ResolveInfo.java | 134 public CharSequence nonLocalizedLabel; field in ResolveInfo
|
D | PackageItemInfo.java | 141 public CharSequence nonLocalizedLabel; field in PackageItemInfo
|
D | PackageUserState.java | 195 @Nullable String nonLocalizedLabel, @Nullable Integer icon) { in overrideLabelAndIcon()
|
D | IPackageManager.aidl | 339 void overrideLabelAndIcon(in ComponentName componentName, String nonLocalizedLabel, in overrideLabelAndIcon()
|
D | PackageParser.java | 8520 public CharSequence nonLocalizedLabel; field in PackageParser.IntentInfo
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | SplashScreenStartingData.java | 40 CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, int icon, in SplashScreenStartingData()
|
D | StartingSurfaceController.java | 61 int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, in createSplashScreenStartingSurface()
|
D | ActivityRecord.java | 458 private CharSequence nonLocalizedLabel; // the label information from the package mgr. field in ActivityRecord 1916 CharSequence nonLocalizedLabel, int labelRes, int icon, int logo, int windowFlags, in addStartingWindow()
|
/frameworks/base/core/java/android/content/pm/parsing/component/ |
D | ParsedComponent.java | 55 CharSequence nonLocalizedLabel; field in ParsedComponent
|
D | ParsedIntentInfo.java | 141 CharSequence nonLocalizedLabel; field in ParsedIntentInfo
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | TestWindowManagerPolicy.java | 104 int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, in addSplashScreen()
|
/frameworks/base/core/java/android/content/pm/parsing/ |
D | ParsingPackageImpl.java | 362 private CharSequence nonLocalizedLabel; field in ParsingPackageImpl
|
D | ParsingPackage.java | 293 ParsingPackage setNonLocalizedLabel(CharSequence nonLocalizedLabel); in setNonLocalizedLabel()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | WindowManagerPolicy.java | 718 int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, in addSplashScreen()
|
D | PhoneWindowManager.java | 2307 int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, in addSplashScreen()
|