Searched refs:DevInfo (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/hotspot2/
H A DOMADMAdapter.java160 mDevInfo.add(new ConstPathAccessor<>(strDevId, "DevInfo", "DevID"));
162 "Man", "ro.product.manufacturer", "unknown"), "DevInfo", "Man"));
164 "Mod", "ro.product.model", "generic"), "DevInfo", "Mod"));
165 mDevInfo.add(new ConstPathAccessor<>(getLocale(context), "DevInfo", "Lang"));
166 mDevInfo.add(new ConstPathAccessor<>("1.2", "DevInfo", "DmV"));
264 OMAConstructed root = new OMAConstructed(null, "DevInfo", urn);
292 case DevInfoURN: return DevInfo;
563 private static final String DevInfo = field in class:OMADMAdapter
567 "<NodeName>DevInfo</NodeName>" +
577 "<Path>DevInfo</Pat
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DOMADMAdapter.java163 mDevInfo.add(new ConstPathAccessor<>(strDevId, "DevInfo", "DevID"));
164 mDevInfo.add(new ConstPathAccessor<>(getProperty(context, "Man", "ro.product.manufacturer", "unknown"), "DevInfo", "Man"));
165 mDevInfo.add(new ConstPathAccessor<>(getProperty(context, "Mod", "ro.product.model", "generic"), "DevInfo", "Mod"));
166 mDevInfo.add(new ConstPathAccessor<>(getLocale(context), "DevInfo", "Lang"));
167 mDevInfo.add(new ConstPathAccessor<>("1.2", "DevInfo", "DmV"));
255 OMAConstructed root = new OMAConstructed(null, "DevInfo", urn);
284 case DevInfoURN: return DevInfo;
555 private static final String DevInfo = field in class:OMADMAdapter
559 "<NodeName>DevInfo</NodeName>" +
569 "<Path>DevInfo</Pat
[all...]

Completed in 3908 milliseconds