Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/location/contexthub/
H A DContextHubServiceUtil.java395 static int toContextHubEventFromAidl(int aidlEventType) { in toContextHubEventFromAidl() argument
396 switch (aidlEventType) { in toContextHubEventFromAidl()
400 Log.e(TAG, "toContextHubEventFromAidl: Unknown event type: " + aidlEventType); in toContextHubEventFromAidl()