HomeSort by relevance Sort by last modified time
    Searched defs:nonLocalizedLabel (Results 1 - 14 of 14) sorted by null

  /frameworks/base/services/java/com/android/server/wm/
StartingData.java 25 final CharSequence nonLocalizedLabel;
36 nonLocalizedLabel = _nonLocalizedLabel;
  /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...]
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/am/
ActivityRecord.java 73 CharSequence nonLocalizedLabel; // the label information from the package mgr.
324 nonLocalizedLabel = aInfo.nonLocalizedLabel;
326 if (nonLocalizedLabel == null && labelRes == 0) {
328 nonLocalizedLabel = app.nonLocalizedLabel;
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/9/
android.jar 
  /prebuilt/sdk/4/
android.jar 

Completed in 274 milliseconds