Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/location/
H A DContextHubIntentEvent.java35 public class ContextHubIntentEvent { class
48 private ContextHubIntentEvent( in ContextHubIntentEvent() method in ContextHubIntentEvent
60 private ContextHubIntentEvent( in ContextHubIntentEvent() method in ContextHubIntentEvent
66 private ContextHubIntentEvent( in ContextHubIntentEvent() method in ContextHubIntentEvent
73 private ContextHubIntentEvent( in ContextHubIntentEvent() method in ContextHubIntentEvent
80 private ContextHubIntentEvent( in ContextHubIntentEvent() method in ContextHubIntentEvent
97 public static ContextHubIntentEvent fromIntent(@NonNull Intent intent) { in fromIntent()
107 ContextHubIntentEvent event; in fromIntent()
141 event = new ContextHubIntentEvent(info, eventType); in fromIntent()
251 if (object instanceof ContextHubIntentEvent) { in equals()
[all …]
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt5231 public class ContextHubIntentEvent {
5232 …method @NonNull public static android.hardware.location.ContextHubIntentEvent fromIntent(@NonNull …