Home | History | Annotate | Download | only in pm

Lines Matching refs:labelRes

54     public int labelRes;
91 labelRes = orig.labelRes;
114 if (labelRes != 0) {
115 CharSequence label = pm.getText(packageName, labelRes, getApplicationInfo());
227 if (labelRes != 0 || nonLocalizedLabel != null || icon != 0) {
228 pw.println(prefix + "labelRes=0x" + Integer.toHexString(labelRes)
241 dest.writeInt(labelRes);
251 labelRes = source.readInt();