Searched defs:nonLocalizedLabel (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DLabeledIntent.java58 * @param nonLocalizedLabel Concrete text to use for the label.
62 CharSequence nonLocalizedLabel, int icon) {
66 mNonLocalizedLabel = nonLocalizedLabel;
90 * @param nonLocalizedLabel Concrete text to use for the label.
94 CharSequence nonLocalizedLabel, int icon) {
97 mNonLocalizedLabel = nonLocalizedLabel;
61 LabeledIntent(Intent origIntent, String sourcePackage, CharSequence nonLocalizedLabel, int icon) argument
93 LabeledIntent(String sourcePackage, CharSequence nonLocalizedLabel, int icon) argument
H A DPackageItemInfo.java62 public CharSequence nonLocalizedLabel; field in class:PackageItemInfo
106 nonLocalizedLabel = orig.nonLocalizedLabel;
107 if (nonLocalizedLabel != null) nonLocalizedLabel = nonLocalizedLabel.toString().trim();
127 if (nonLocalizedLabel != null) {
128 return nonLocalizedLabel;
290 if (labelRes != 0 || nonLocalizedLabel != null || icon != 0 || banner != 0) {
292 + " nonLocalizedLabel
[all...]
H A DResolveInfo.java115 public CharSequence nonLocalizedLabel; field in class:ResolveInfo
165 if (nonLocalizedLabel != null) {
166 return nonLocalizedLabel;
250 if (labelRes != 0 || nonLocalizedLabel != null || icon != 0) {
252 + " nonLocalizedLabel=" + nonLocalizedLabel
281 nonLocalizedLabel = orig.nonLocalizedLabel;
341 TextUtils.writeToParcel(nonLocalizedLabel, dest, parcelableFlags);
385 nonLocalizedLabel
[all...]
H A DPackageParser.java2465 ai.nonLocalizedLabel = v.coerceToString();
2922 outInfo.nonLocalizedLabel = null;
2937 outInfo.nonLocalizedLabel = v.coerceToString();
3315 info.nonLocalizedLabel = target.info.nonLocalizedLabel;
4031 outInfo.nonLocalizedLabel = v.coerceToString();
4468 outInfo.nonLocalizedLabel = null;
4483 outInfo.nonLocalizedLabel = v.coerceToString();
4937 public CharSequence nonLocalizedLabel; field in class:PackageParser.IntentInfo
/frameworks/base/services/core/java/com/android/server/wm/
H A DStartingData.java25 final CharSequence nonLocalizedLabel; field in class:StartingData
37 nonLocalizedLabel = _nonLocalizedLabel;
H A DWindowManagerService.java4162 CharSequence nonLocalizedLabel, int labelRes, int icon, int logo,
4362 wtoken.startingData = new StartingData(pkg, theme, compatInfo, nonLocalizedLabel,
7717 sd.nonLocalizedLabel, sd.labelRes, sd.icon, sd.logo, sd.windowFlags);
4160 setAppStartingWindow(IBinder token, String pkg, int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, int icon, int logo, int windowFlags, IBinder transferFrom, boolean createIfNeeded) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java113 CharSequence nonLocalizedLabel; // the label information from the package mgr. field in class:ActivityRecord
439 nonLocalizedLabel = aInfo.nonLocalizedLabel;
441 if (nonLocalizedLabel == null && labelRes == 0) {
443 nonLocalizedLabel = app.nonLocalizedLabel;
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java656 * @param nonLocalizedLabel The default title label of the application if
668 int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel,
667 addStartingWindow(IBinder appToken, String packageName, int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, int icon, int logo, int windowFlags) argument
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java2016 CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes,
2031 + ": nonLocalizedLabel=" + nonLocalizedLabel + " theme="
2052 win.setTitle(r.getText(labelRes, nonLocalizedLabel));
2015 addStartingWindow(IBinder appToken, String packageName, int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, int icon, int logo, int windowFlags) argument

Completed in 2640 milliseconds