/frameworks/base/core/java/android/content/pm/ |
PackageItemInfo.java | 61 public CharSequence nonLocalizedLabel; 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=" + 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 | 102 public CharSequence nonLocalizedLabel; 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
|
ComponentInfo.java | 79 if (nonLocalizedLabel != null) { 80 return nonLocalizedLabel; 90 if (ai.nonLocalizedLabel != null) { 91 return ai.nonLocalizedLabel;
|
PackageParser.java | [all...] |
/cts/tests/tests/content/src/android/content/pm/cts/ |
ComponentInfoTest.java | 232 mComponentInfo.nonLocalizedLabel = "nonLocalizedLabel"; 233 assertEquals("nonLocalizedLabel", mComponentInfo.loadLabel(pm)); 235 mComponentInfo.nonLocalizedLabel = null; 243 mComponentInfo.nonLocalizedLabel = null;
|
ResolveInfoTest.java | 124 assertEquals(resolveInfo.nonLocalizedLabel, infoFromParcel.nonLocalizedLabel);
|
PackageItemInfoTest.java | 153 assertEquals(expected.nonLocalizedLabel, actual.nonLocalizedLabel);
|
PackageManagerTest.java | 631 permissionInfo.nonLocalizedLabel = "Test Tree"; [all...] |
/packages/apps/PackageInstaller/src/com/android/packageinstaller/ |
PackageUtil.java | 171 label = (appInfo.nonLocalizedLabel != null) ? 172 appInfo.nonLocalizedLabel : appInfo.packageName;
|
/frameworks/base/services/java/com/android/server/am/ |
HistoryRecord.java | 63 CharSequence nonLocalizedLabel; // the label information from the package mgr. 225 nonLocalizedLabel = aInfo.nonLocalizedLabel; 227 if (nonLocalizedLabel == null && labelRes == 0) { 229 nonLocalizedLabel = app.nonLocalizedLabel;
|
ActivityManagerService.java | [all...] |
/frameworks/base/cmds/pm/src/com/android/commands/pm/ |
Pm.java | 442 pgi.nonLocalizedLabel) + ": "); 456 pgi.nonLocalizedLabel)); 491 pi.nonLocalizedLabel)); 504 pi.nonLocalizedLabel)); [all...] |
/frameworks/base/core/java/android/view/ |
IWindowManager.aidl | 75 CharSequence nonLocalizedLabel, int labelRes,
|
WindowManagerPolicy.java | 477 * @param nonLocalizedLabel The default title label of the application if 488 int theme, CharSequence nonLocalizedLabel, [all...] |
/frameworks/base/core/java/android/view/inputmethod/ |
InputMethodInfo.java | 152 si.nonLocalizedLabel = label;
|
/frameworks/policies/base/mid/com/android/internal/policy/impl/ |
MidWindowManager.java | 365 int theme, CharSequence nonLocalizedLabel, 376 //Log.i(TAG, "addStartingWindow " + packageName + ": nonLocalizedLabel=" 377 // + nonLocalizedLabel + " theme=" + Integer.toHexString(theme)); 394 win.setTitle(r.getText(labelRes, nonLocalizedLabel)); [all...] |
/development/apps/Development/src/com/android/development/ |
PackageSummary.java | 106 label = info.applicationInfo.nonLocalizedLabel;
|
/frameworks/base/core/java/com/android/internal/app/ |
ResolverActivity.java | 275 ri.nonLocalizedLabel = li.getNonLocalizedLabel();
|
/frameworks/base/services/java/com/android/server/ |
PackageManagerService.java | [all...] |
WindowManagerService.java | [all...] |
/frameworks/policies/base/phone/com/android/internal/policy/impl/ |
PhoneWindowManager.java | [all...] |
/packages/apps/Settings/src/com/android/settings/ |
RunningServices.java | 294 || si.mServiceInfo.nonLocalizedLabel != null)) { [all...] |
/prebuilt/sdk/6/ |
android.jar | |