Home | History | Annotate | Download | only in am

Lines Matching refs:labelRes

114     int labelRes;           // the label information from the package mgr.
204 pw.print(" labelRes=0x"); pw.print(Integer.toHexString(labelRes));
440 labelRes = aInfo.labelRes;
441 if (nonLocalizedLabel == null && labelRes == 0) {
444 labelRes = app.labelRes;