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

1 2

  /frameworks/base/services/core/java/com/android/server/wm/
StartingData.java 25 final CharSequence nonLocalizedLabel;
37 nonLocalizedLabel = _nonLocalizedLabel;
  /frameworks/base/core/java/android/content/pm/
PackageItemInfo.java 62 public CharSequence nonLocalizedLabel;
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=" + 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 115 public CharSequence nonLocalizedLabel;
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...]
PackageParser.java     [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
RobolectricPackageManagerTest.java 79 info.nonLocalizedLabel = TEST_PACKAGE_LABEL;
86 assertThat(activities.get(0).nonLocalizedLabel.toString(), equalTo(TEST_PACKAGE_LABEL));
103 info.nonLocalizedLabel = TEST_PACKAGE_LABEL;
109 assertThat(broadCastReceivers.get(0).nonLocalizedLabel.toString(),
117 info.nonLocalizedLabel = TEST_PACKAGE_LABEL;
136 info.nonLocalizedLabel = TEST_PACKAGE_LABEL;
  /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";
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageUtil.java 185 label = (appInfo.nonLocalizedLabel != null) ?
186 appInfo.nonLocalizedLabel : appInfo.packageName;
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
InputMethodInfoTest.java 124 assertEquals(expected.nonLocalizedLabel, actual.nonLocalizedLabel);
  /frameworks/base/services/core/java/com/android/server/am/
ActivityRecord.java 113 CharSequence nonLocalizedLabel; // the label information from the package mgr.
439 nonLocalizedLabel = aInfo.nonLocalizedLabel;
441 if (nonLocalizedLabel == null && labelRes == 0) {
443 nonLocalizedLabel = app.nonLocalizedLabel;
    [all...]
  /frameworks/base/core/java/android/view/
IWindowManager.aidl 102 in CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes,
WindowManagerPolicy.java 656 * @param nonLocalizedLabel The default title label of the application if
668 int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel,
    [all...]
  /development/apps/Development/src/com/android/development/
PackageSummary.java 104 label = info.applicationInfo.nonLocalizedLabel;
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java 650 pgi.nonLocalizedLabel) + ": ");
664 pgi.nonLocalizedLabel));
700 pi.nonLocalizedLabel));
713 pi.nonLocalizedLabel));
    [all...]
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodInfo.java 307 si.nonLocalizedLabel = label;
  /frameworks/base/core/tests/inputmethodtests/src/android/os/
InputMethodSubtypeSwitchingControllerTest.java 67 si.nonLocalizedLabel = imeLabel;
InputMethodTest.java 232 si.nonLocalizedLabel = label;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/resolver/
ResolverActivity.java 507 ri.nonLocalizedLabel = li.getNonLocalizedLabel();
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java     [all...]
  /frameworks/base/core/java/android/widget/
AppSecurityPermissions.java 644 if (pgrp.labelRes != 0 || pgrp.nonLocalizedLabel != null) {
  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java     [all...]

Completed in 1295 milliseconds

1 2