[go: nahoru, domu]

Searched defs:ConstPathAccessor (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/hotspot2/
H A DOMADMAdapter.java89 return thatObject == this || (thatObject instanceof ConstPathAccessor &&
100 private static class ConstPathAccessor<T> extends PathAccessor { class in class:OMADMAdapter
103 protected ConstPathAccessor(T value, Object... path) { method in class:OMADMAdapter.ConstPathAccessor
160 mDevInfo.add(new ConstPathAccessor<>(strDevId, "DevInfo", "DevID"));
161 mDevInfo.add(new ConstPathAccessor<>(getProperty(context,
163 mDevInfo.add(new ConstPathAccessor<>(getProperty(context,
165 mDevInfo.add(new ConstPathAccessor<>(getLocale(context), "DevInfo", "Lang"));
166 mDevInfo.add(new ConstPathAccessor<>("1.2", "DevInfo", "DmV"));
169 mDevDetail.add(new ConstPathAccessor<>(getDeviceType(), "DevDetail", "DevType"));
170 mDevDetail.add(new ConstPathAccessor<>(SystemPropertie
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DOMADMAdapter.java91 return thatObject == this || (thatObject instanceof ConstPathAccessor &&
102 private static class ConstPathAccessor<T> extends PathAccessor { class in class:OMADMAdapter
105 protected ConstPathAccessor(T value, Object ... path) { method in class:OMADMAdapter.ConstPathAccessor
163 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"));
170 mDevDetail.add(new ConstPathAccessor<>(getDeviceType(), "DevDetail", "DevType"));
171 mDevDetail.add(new ConstPathAccessor<>(SystemPropertie
[all...]

Completed in 8 milliseconds