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
84 nonLocalizedLabel = orig.nonLocalizedLabel;
85 if (nonLocalizedLabel != null) nonLocalizedLabel = nonLocalizedLabel.toString().trim();
102 if (nonLocalizedLabel != null) {
103 return nonLocalizedLabel;
182 if (labelRes != 0 || nonLocalizedLabel != null || icon != 0) {
184 + " nonLocalizedLabel
[all...]
H A DResolveInfo.java102 public CharSequence nonLocalizedLabel; field in class:ResolveInfo
129 if (nonLocalizedLabel != null) {
130 return nonLocalizedLabel;
211 if (labelRes != 0 || nonLocalizedLabel != null || icon != 0) {
213 + " nonLocalizedLabel=" + nonLocalizedLabel
261 TextUtils.writeToParcel(nonLocalizedLabel, dest, parcelableFlags);
299 nonLocalizedLabel
H A DPackageParser.java1483 ai.nonLocalizedLabel = v.coerceToString();
1724 outInfo.nonLocalizedLabel = null;
1729 outInfo.nonLocalizedLabel = v.coerceToString();
1984 info.nonLocalizedLabel = target.info.nonLocalizedLabel;
2538 outInfo.nonLocalizedLabel = v.coerceToString();
2802 outInfo.nonLocalizedLabel = null;
2807 outInfo.nonLocalizedLabel = v.coerceToString();
3136 public CharSequence nonLocalizedLabel; field in class:PackageParser.IntentInfo
/frameworks/base/services/java/com/android/server/am/
H A DHistoryRecord.java63 CharSequence nonLocalizedLabel; // the label information from the package mgr. field in class:HistoryRecord
225 nonLocalizedLabel = aInfo.nonLocalizedLabel;
227 if (nonLocalizedLabel == null && labelRes == 0) {
229 nonLocalizedLabel = app.nonLocalizedLabel;
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java477 * @param nonLocalizedLabel The default title label of the application if
488 int theme, CharSequence nonLocalizedLabel,
487 addStartingWindow(IBinder appToken, String packageName, int theme, CharSequence nonLocalizedLabel, int labelRes, int icon) argument
/frameworks/policies/base/mid/com/android/internal/policy/impl/
H A DMidWindowManager.java365 int theme, CharSequence nonLocalizedLabel,
376 //Log.i(TAG, "addStartingWindow " + packageName + ": nonLocalizedLabel="
377 // + nonLocalizedLabel + " theme=" + Integer.toHexString(theme));
394 win.setTitle(r.getText(labelRes, nonLocalizedLabel));
364 addStartingWindow(IBinder appToken, String packageName, int theme, CharSequence nonLocalizedLabel, int labelRes, int icon) argument
/frameworks/policies/base/phone/com/android/internal/policy/impl/
H A DPhoneWindowManager.java830 int theme, CharSequence nonLocalizedLabel,
842 //Log.i(TAG, "addStartingWindow " + packageName + ": nonLocalizedLabel="
843 // + nonLocalizedLabel + " theme=" + Integer.toHexString(theme));
866 win.setTitle(r.getText(labelRes, nonLocalizedLabel));
829 addStartingWindow(IBinder appToken, String packageName, int theme, CharSequence nonLocalizedLabel, int labelRes, int icon) argument
/frameworks/base/services/java/com/android/server/
H A DWindowManagerService.java3376 int theme, CharSequence nonLocalizedLabel, int labelRes, int icon,
3523 pkg, theme, nonLocalizedLabel,
8883 final CharSequence nonLocalizedLabel; field in class:WindowManagerService.StartingData
8891 nonLocalizedLabel = _nonLocalizedLabel;
9009 sd.theme, sd.nonLocalizedLabel, sd.labelRes,
3375 setAppStartingWindow(IBinder token, String pkg, int theme, CharSequence nonLocalizedLabel, int labelRes, int icon, IBinder transferFrom, boolean createIfNeeded) argument

Completed in 129 milliseconds