Home
last modified time | relevance | path

Searched refs:hubInfoList (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/location/contexthub/
H A DIContextHubWrapper.java519 ArrayList<ContextHubInfo> hubInfoList = new ArrayList<>(); in getHubs() local
521 hubInfoList.add(new ContextHubInfo(hubInfo)); in getHubs()
973 ArrayList<ContextHubInfo> hubInfoList = new ArrayList<>(); in getHubs() local
975 hubInfoList.add(new ContextHubInfo(hub)); in getHubs()
977 return new Pair(hubInfoList, new ArrayList<String>()); in getHubs()
1018 ArrayList<ContextHubInfo> hubInfoList = new ArrayList<>(); in getHubs() local
1020 hubInfoList.add(new ContextHubInfo(hub)); in getHubs()
1022 return new Pair(hubInfoList, new ArrayList<String>()); in getHubs()
1074 ArrayList<ContextHubInfo> hubInfoList = new ArrayList<>(); in onValues() local
1076 hubInfoList.add(new ContextHubInfo(hub)); in onValues()
[all …]