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

1 2 3

  /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 70 public CharSequence nonLocalizedLabel;
114 nonLocalizedLabel = orig.nonLocalizedLabel;
115 if (nonLocalizedLabel != null) nonLocalizedLabel = nonLocalizedLabel.toString().trim();
135 if (nonLocalizedLabel != null) {
136 return nonLocalizedLabel;
369 if (labelRes != 0 || nonLocalizedLabel != null || icon != 0 || banner != 0) {
371 + " nonLocalizedLabel=" + nonLocalizedLabe
    [all...]
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 122 public CharSequence nonLocalizedLabel;
189 if (nonLocalizedLabel != null) {
190 return nonLocalizedLabel;
288 if (labelRes != 0 || nonLocalizedLabel != null || icon != 0) {
290 + " nonLocalizedLabel=" + nonLocalizedLabel
319 nonLocalizedLabel = orig.nonLocalizedLabel;
382 TextUtils.writeToParcel(nonLocalizedLabel, dest, parcelableFlags);
428 nonLocalizedLabel
    [all...]
ComponentInfo.java 93 if (nonLocalizedLabel != null) {
94 return nonLocalizedLabel;
104 if (ai.nonLocalizedLabel != null) {
105 return ai.nonLocalizedLabel;
PackageParser.java     [all...]
  /external/robolectric/v1/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 396 permissionInfo.nonLocalizedLabel = "Test Tree";
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageUtil.java 170 label = (appInfo.nonLocalizedLabel != null) ?
171 appInfo.nonLocalizedLabel : appInfo.packageName;
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
InputMethodInfoTest.java 123 assertEquals(expected.nonLocalizedLabel, actual.nonLocalizedLabel);
  /frameworks/base/services/core/java/com/android/server/am/
ActivityRecord.java 135 CharSequence nonLocalizedLabel; // the label information from the package mgr.
674 nonLocalizedLabel = aInfo.nonLocalizedLabel;
676 if (nonLocalizedLabel == null && labelRes == 0) {
678 nonLocalizedLabel = app.nonLocalizedLabel
    [all...]
  /frameworks/base/core/java/android/view/
IWindowManager.aidl 173 in CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes,
WindowManagerPolicy.java 739 * @param nonLocalizedLabel The default title label of the application if
753 int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel,
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerShellCommand.java     [all...]
PackageManagerService.java     [all...]
  /development/apps/Development/src/com/android/development/
PackageSummary.java 104 label = info.applicationInfo.nonLocalizedLabel;
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodInfo.java 308 si.nonLocalizedLabel = label;
  /frameworks/base/core/tests/coretests/src/com/android/internal/inputmethod/
InputMethodSubtypeSwitchingControllerTest.java 66 si.nonLocalizedLabel = imeLabel;
InputMethodUtilsTest.java     [all...]
  /frameworks/base/core/java/android/widget/
AppSecurityPermissions.java 625 if (pgrp.labelRes != 0 || pgrp.nonLocalizedLabel != null) {
  /frameworks/base/core/java/com/android/internal/app/
ChooserActivity.java     [all...]
ResolverActivity.java     [all...]

Completed in 1035 milliseconds

1 2 3