[go: nahoru, domu]

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

/frameworks/base/packages/Osu/src/com/android/hotspot2/
H A DOMADMAdapter.java35 private final List<PathAccessor> mDevInfo;
36 private final List<PathAccessor> mDevDetail;
53 private static abstract class PathAccessor { class in class:OMADMAdapter
57 protected PathAccessor(Object... path) { method in class:OMADMAdapter.PathAccessor
90 Arrays.equals(mPath, ((PathAccessor) thatObject).mPath));
100 private static class ConstPathAccessor<T> extends PathAccessor {
215 mDevDetail.add(new PathAccessor(ExtWiFiPath, "Wi-FiMACAddress") {
223 private static void buildNode(PathAccessor pathAccessor, int depth, OMAConstructed parent)
265 for (PathAccessor pathAccessor : mDevInfo) {
275 for (PathAccessor pathAccesso
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DOMADMAdapter.java34 private final List<PathAccessor> mDevInfo;
35 private final List<PathAccessor> mDevDetail;
52 private static abstract class PathAccessor { class in class:OMADMAdapter
56 protected PathAccessor(Object ... path) { method in class:OMADMAdapter.PathAccessor
92 Arrays.equals(mPath, ((PathAccessor) thatObject).mPath));
102 private static class ConstPathAccessor<T> extends PathAccessor {
205 mDevDetail.add(new PathAccessor(ExtWiFiPath, "Wi-FiMACAddress") {
213 private static void buildNode(PathAccessor pathAccessor, int depth, OMAConstructed parent)
256 for (PathAccessor pathAccessor : mDevInfo) {
266 for (PathAccessor pathAccesso
[all...]

Completed in 26 milliseconds