Searched refs:oname (Results 1 – 2 of 2) sorted by relevance
2999 String oname = parser.getAttributeValue(null, "old"); in readLPw() local3000 if (nname != null && oname != null) { in readLPw()3001 mRenamedPackages.put(nname, oname); in readLPw()
1018 for (Object oname : services.keySet()) { in bindApplication()1019 if (services.get(oname) == null) { in bindApplication()1022 String name = (String) oname; in bindApplication()