HomeSort by relevance Sort by last modified time
    Searched refs:nonLocalizedLabel (Results 1 - 25 of 32) sorted by null

1 2

  /frameworks/base/core/java/android/content/pm/
PackageItemInfo.java 61 public CharSequence nonLocalizedLabel;
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=" + nonLocalizedLabe
    [all...]
ComponentInfo.java 79 if (nonLocalizedLabel != null) {
80 return nonLocalizedLabel;
90 if (ai.nonLocalizedLabel != null) {
91 return ai.nonLocalizedLabel;
LabeledIntent.java 58 * @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;
ResolveInfo.java 102 public CharSequence nonLocalizedLabel;
134 if (nonLocalizedLabel != null) {
135 return nonLocalizedLabel;
216 if (labelRes != 0 || nonLocalizedLabel != null || icon != 0) {
218 + " nonLocalizedLabel=" + nonLocalizedLabel
266 TextUtils.writeToParcel(nonLocalizedLabel, dest, parcelableFlags);
305 nonLocalizedLabel
PackageParser.java     [all...]
  /frameworks/base/services/java/com/android/server/wm/
StartingData.java 25 final CharSequence nonLocalizedLabel;
36 nonLocalizedLabel = _nonLocalizedLabel;
WindowManagerService.java     [all...]
  /cts/tests/tests/content/src/android/content/pm/cts/
PackageItemInfoTest.java 88 assertEquals(expected.nonLocalizedLabel, actual.nonLocalizedLabel);
ResolveInfoTest.java 67 assertEquals(resolveInfo.nonLocalizedLabel, infoFromParcel.nonLocalizedLabel);
ComponentInfoTest.java 191 mComponentInfo.nonLocalizedLabel = "nonLocalizedLabel";
192 assertEquals("nonLocalizedLabel", mComponentInfo.loadLabel(pm));
194 mComponentInfo.nonLocalizedLabel = null;
202 mComponentInfo.nonLocalizedLabel = null;
PackageManagerTest.java 401 permissionInfo.nonLocalizedLabel = "Test Tree";
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
InputMethodInfoTest.java 75 assertEquals(expected.nonLocalizedLabel, actual.nonLocalizedLabel);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageUtil.java 169 label = (appInfo.nonLocalizedLabel != null) ?
170 appInfo.nonLocalizedLabel : appInfo.packageName;
  /frameworks/base/core/java/android/view/
IWindowManager.aidl 91 in CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes,
WindowManagerPolicy.java 619 * @param nonLocalizedLabel The default title label of the application if
631 int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel,
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityRecord.java 78 CharSequence nonLocalizedLabel; // the label information from the package mgr.
365 nonLocalizedLabel = aInfo.nonLocalizedLabel;
367 if (nonLocalizedLabel == null && labelRes == 0) {
369 nonLocalizedLabel = app.nonLocalizedLabel;
    [all...]
ActivityStack.java     [all...]
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java 586 pgi.nonLocalizedLabel) + ": ");
600 pgi.nonLocalizedLabel));
636 pi.nonLocalizedLabel));
649 pi.nonLocalizedLabel));
    [all...]
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodInfo.java 228 si.nonLocalizedLabel = label;
  /development/apps/Development/src/com/android/development/
PackageSummary.java 106 label = info.applicationInfo.nonLocalizedLabel;
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java     [all...]
Settings.java     [all...]
  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java 504 ri.nonLocalizedLabel = li.getNonLocalizedLabel();
  /packages/apps/Settings/src/com/android/settings/applications/
RunningState.java 545 || item.nonLocalizedLabel != null)) {
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java     [all...]

Completed in 1160 milliseconds

1 2