Searched refs:ConstPathAccessor (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/Osu/src/com/android/hotspot2/ |
D | OMADMAdapter.java | 89 return thatObject == this || (thatObject instanceof ConstPathAccessor && in equals() 100 private static class ConstPathAccessor<T> extends PathAccessor { class in OMADMAdapter 103 protected ConstPathAccessor(T value, Object... path) { in ConstPathAccessor() method in OMADMAdapter.ConstPathAccessor 160 mDevInfo.add(new ConstPathAccessor<>(strDevId, "DevInfo", "DevID")); in OMADMAdapter() 161 mDevInfo.add(new ConstPathAccessor<>(getProperty(context, in OMADMAdapter() 163 mDevInfo.add(new ConstPathAccessor<>(getProperty(context, in OMADMAdapter() 165 mDevInfo.add(new ConstPathAccessor<>(getLocale(context), "DevInfo", "Lang")); in OMADMAdapter() 166 mDevInfo.add(new ConstPathAccessor<>("1.2", "DevInfo", "DmV")); in OMADMAdapter() 169 mDevDetail.add(new ConstPathAccessor<>(getDeviceType(), "DevDetail", "DevType")); in OMADMAdapter() 170 mDevDetail.add(new ConstPathAccessor<>(SystemProperties.get("ro.product.brand"), in OMADMAdapter() [all …]
|