Home | History | Annotate | Download | only in pm

Lines Matching defs:nonLocalizedLabel

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=" + nonLocalizedLabel
242 TextUtils.writeToParcel(nonLocalizedLabel, dest, parcelableFlags);
252 nonLocalizedLabel