Searched refs:nonLocalizedLabel (Results 1 - 21 of 21) sorted by relevance

/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.java4283 CharSequence nonLocalizedLabel, int labelRes, int icon, int logo,
4474 wtoken.startingData = new StartingData(pkg, theme, compatInfo, nonLocalizedLabel,
7845 sd.nonLocalizedLabel, sd.labelRes, sd.icon, sd.logo, sd.windowFlags);
4281 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/core/java/android/content/pm/
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 DComponentInfo.java79 if (nonLocalizedLabel != null) {
80 return nonLocalizedLabel;
90 if (ai.nonLocalizedLabel != null) {
91 return ai.nonLocalizedLabel;
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 DResolveInfo.java115 public CharSequence nonLocalizedLabel; field in class:ResolveInfo
181 if (nonLocalizedLabel != null) {
182 return nonLocalizedLabel;
275 if (labelRes != 0 || nonLocalizedLabel != null || icon != 0) {
277 + " nonLocalizedLabel=" + nonLocalizedLabel
306 nonLocalizedLabel = orig.nonLocalizedLabel;
369 TextUtils.writeToParcel(nonLocalizedLabel, dest, parcelableFlags);
415 nonLocalizedLabel
[all...]
H A DPackageParser.java2486 ai.nonLocalizedLabel = v.coerceToString();
3003 outInfo.nonLocalizedLabel = null;
3018 outInfo.nonLocalizedLabel = v.coerceToString();
3365 info.nonLocalizedLabel = target.info.nonLocalizedLabel;
4093 outInfo.nonLocalizedLabel = v.coerceToString();
4580 outInfo.nonLocalizedLabel = null;
4595 outInfo.nonLocalizedLabel = v.coerceToString();
5047 public CharSequence nonLocalizedLabel; field in class:PackageParser.IntentInfo
/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl106 in CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes,
H A DWindowManagerPolicy.java676 * @param nonLocalizedLabel The default title label of the application if
688 int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel,
687 addStartingWindow(IBinder appToken, String packageName, int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, int icon, int logo, int windowFlags) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java117 CharSequence nonLocalizedLabel; // the label information from the package mgr. field in class:ActivityRecord
501 nonLocalizedLabel = aInfo.nonLocalizedLabel;
503 if (nonLocalizedLabel == null && labelRes == 0) {
505 nonLocalizedLabel = app.nonLocalizedLabel;
H A DActivityStack.java1966 next.nonLocalizedLabel, next.labelRes, next.icon, next.logo,
2000 next.nonLocalizedLabel,
2213 r.info.applicationInfo), r.nonLocalizedLabel,
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodInfo.java307 si.nonLocalizedLabel = label;
/frameworks/base/core/tests/inputmethodtests/src/android/os/
H A DInputMethodSubtypeSwitchingControllerTest.java67 si.nonLocalizedLabel = imeLabel;
H A DInputMethodTest.java657 si.nonLocalizedLabel = label;
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java680 pgi.nonLocalizedLabel) + ": ");
694 pgi.nonLocalizedLabel));
730 pi.nonLocalizedLabel));
743 pi.nonLocalizedLabel));
/frameworks/base/core/java/android/widget/
H A DAppSecurityPermissions.java621 if (pgrp.labelRes != 0 || pgrp.nonLocalizedLabel != null) {
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java2803 pi.nonLocalizedLabel = bp.name;
3345 if (!compareStrings(pi1.nonLocalizedLabel, pi2.nonLocalizedLabel)) return false;
3358 if (info.nonLocalizedLabel != null) size += info.nonLocalizedLabel.length();
3385 if (info.labelRes == 0 && info.nonLocalizedLabel == null) {
8753 (a.info.nonLocalizedLabel != null ? a.info.nonLocalizedLabel : a.info.name) + ":");
8779 + (a.info.nonLocalizedLabel != null ? a.info.nonLocalizedLabel
[all...]
H A DSettings.java2471 if (pi.nonLocalizedLabel != null) {
2472 serializer.attribute(null, "label", pi.nonLocalizedLabel.toString());
3134 pi.nonLocalizedLabel = parser.getAttributeValue(null, "label");
/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java758 ri.nonLocalizedLabel = li.getNonLocalizedLabel();
H A DResolverActivity.java1318 ri.nonLocalizedLabel = li.getNonLocalizedLabel();
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java2264 CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes,
2279 + ": nonLocalizedLabel=" + nonLocalizedLabel + " theme="
2301 win.setTitle(r.getText(labelRes, nonLocalizedLabel));
2263 addStartingWindow(IBinder appToken, String packageName, int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, int icon, int logo, int windowFlags) argument

Completed in 557 milliseconds