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.java61 public CharSequence nonLocalizedLabel; field in class:PackageItemInfo
92 nonLocalizedLabel = orig.nonLocalizedLabel;
93 if (nonLocalizedLabel != null) nonLocalizedLabel = nonLocalizedLabel.toString().trim();
111 if (nonLocalizedLabel != null) {
112 return nonLocalizedLabel;
227 if (labelRes != 0 || nonLocalizedLabel != null || icon != 0) {
229 + " nonLocalizedLabel
[all...]
H A DResolveInfo.java114 public CharSequence nonLocalizedLabel; field in class:ResolveInfo
153 if (nonLocalizedLabel != null) {
154 return nonLocalizedLabel;
235 if (labelRes != 0 || nonLocalizedLabel != null || icon != 0) {
237 + " nonLocalizedLabel=" + nonLocalizedLabel
265 nonLocalizedLabel = orig.nonLocalizedLabel;
320 TextUtils.writeToParcel(nonLocalizedLabel, dest, parcelableFlags);
362 nonLocalizedLabel
[all...]
H A DPackageParser.java1919 ai.nonLocalizedLabel = v.coerceToString();
2235 outInfo.nonLocalizedLabel = null;
2245 outInfo.nonLocalizedLabel = v.coerceToString();
2586 info.nonLocalizedLabel = target.info.nonLocalizedLabel;
3292 outInfo.nonLocalizedLabel = v.coerceToString();
3655 outInfo.nonLocalizedLabel = null;
3665 outInfo.nonLocalizedLabel = v.coerceToString();
4084 public CharSequence nonLocalizedLabel; field in class:PackageParser.IntentInfo
/frameworks/base/services/java/com/android/server/wm/
H A DStartingData.java25 final CharSequence nonLocalizedLabel; field in class:StartingData
37 nonLocalizedLabel = _nonLocalizedLabel;
H A DWindowManagerService.java3920 CharSequence nonLocalizedLabel, int labelRes, int icon, int logo,
4121 wtoken.startingData = new StartingData(pkg, theme, compatInfo, nonLocalizedLabel,
7159 sd.nonLocalizedLabel, sd.labelRes, sd.icon, sd.logo, sd.windowFlags);
3918 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/java/com/android/server/am/
H A DActivityRecord.java89 CharSequence nonLocalizedLabel; // the label information from the package mgr. field in class:ActivityRecord
402 nonLocalizedLabel = aInfo.nonLocalizedLabel;
404 if (nonLocalizedLabel == null && labelRes == 0) {
406 nonLocalizedLabel = app.nonLocalizedLabel;
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java643 * @param nonLocalizedLabel The default title label of the application if
655 int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel,
654 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.java1577 CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes,
1592 + ": nonLocalizedLabel=" + nonLocalizedLabel + " theme="
1613 win.setTitle(r.getText(labelRes, nonLocalizedLabel));
1576 addStartingWindow(IBinder appToken, String packageName, int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, int icon, int logo, int windowFlags) argument

Completed in 227 milliseconds