Home
last modified time | relevance | path

Searched defs:contextHubInfo (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/location/
H A DContextHubIntentEvent.java48 private ContextHubIntentEvent( in ContextHubIntentEvent()
60 private ContextHubIntentEvent( in ContextHubIntentEvent()
66 private ContextHubIntentEvent( in ContextHubIntentEvent()
73 private ContextHubIntentEvent( in ContextHubIntentEvent()
80 private ContextHubIntentEvent( in ContextHubIntentEvent()
/aosp14/frameworks/base/services/core/java/com/android/server/location/contexthub/
H A DContextHubClientManager.java149 ContextHubInfo contextHubInfo, IContextHubClientCallback clientCallback, in registerClient()
190 ContextHubInfo contextHubInfo, PendingIntent pendingIntent, long nanoAppId, in registerClient()
H A DContextHubClientBroker.java335 ContextHubInfo contextHubInfo, in ContextHubClientBroker()
386 ContextHubInfo contextHubInfo, in ContextHubClientBroker()
410 ContextHubInfo contextHubInfo, in ContextHubClientBroker()
H A DContextHubServiceUtil.java78 contextHubIdToInfoMap.put(contextHubInfo.getId(), contextHubInfo); in createContextHubInfoMap() local