Searched refs:oname (Results 1 – 2 of 2) sorted by relevance
3067 String oname = parser.getAttributeValue(null, "old"); in readLPw() local3068 if (nname != null && oname != null) { in readLPw()3069 mRenamedPackages.put(nname, oname); in readLPw()
1049 for (Object oname : services.keySet()) { in bindApplication()1050 if (services.get(oname) == null) { in bindApplication()1053 String name = (String) oname; in bindApplication()