Home
last modified time | relevance | path

Searched defs:monitoringType (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
DIGeofenceHardware.aidl30 int getStatusOfMonitoringType(int monitoringType); in getStatusOfMonitoringType()
32 int monitoringType, in addCircularFence()
35 boolean removeGeofence(int id, int monitoringType); in removeGeofence()
36 boolean pauseGeofence(int id, int monitoringType); in pauseGeofence()
37 boolean resumeGeofence(int id, int monitoringType, int monitorTransitions); in resumeGeofence()
38 boolean registerForMonitorStateChangeCallback(int monitoringType, in registerForMonitorStateChangeCallback()
40 boolean unregisterForMonitorStateChangeCallback(int monitoringType, in unregisterForMonitorStateChangeCallback()
DGeofenceHardwareImpl.java226 public int getStatusOfMonitoringType(int monitoringType) { in getStatusOfMonitoringType()
235 public int getCapabilitiesForMonitoringType(int monitoringType) { in getCapabilitiesForMonitoringType()
255 int monitoringType, in addCircularFence()
327 public boolean removeGeofence(int geofenceId, int monitoringType) { in removeGeofence()
367 public boolean pauseGeofence(int geofenceId, int monitoringType) { in pauseGeofence()
407 public boolean resumeGeofence(int geofenceId, int monitoringType, int monitorTransition) { in resumeGeofence()
446 public boolean registerForMonitorStateChangeCallback(int monitoringType, in registerForMonitorStateChangeCallback()
459 public boolean unregisterForMonitorStateChangeCallback(int monitoringType, in unregisterForMonitorStateChangeCallback()
475 int monitoringType, in reportGeofenceTransition()
508 int monitoringType, in reportGeofenceMonitorStatus()
[all …]
DGeofenceHardware.java212 public int getStatusOfMonitoringType(int monitoringType) { in getStatusOfMonitoringType()
270 public boolean addGeofence(int geofenceId, int monitoringType, GeofenceHardwareRequest in addGeofence()
308 public boolean removeGeofence(int geofenceId, int monitoringType) { in removeGeofence()
338 public boolean pauseGeofence(int geofenceId, int monitoringType) { in pauseGeofence()
370 public boolean resumeGeofence(int geofenceId, int monitoringType, int monitorTransition) { in resumeGeofence()
400 public boolean registerForMonitorStateChangeCallback(int monitoringType, in registerForMonitorStateChangeCallback()
428 public boolean unregisterForMonitorStateChangeCallback(int monitoringType, in unregisterForMonitorStateChangeCallback()
510 long timestamp, int monitoringType) { in onGeofenceTransition()
DGeofenceHardwareMonitorCallback.java44 public void onMonitoringSystemChange(int monitoringType, boolean available, Location location) { in onMonitoringSystemChange()
DGeofenceHardwareService.java59 private void checkPermission(int pid, int uid, int monitoringType) { in checkPermission()
DGeofenceHardwareCallback.java42 long timestamp, int monitoringType) { in onGeofenceTransition()
DIGeofenceHardwareCallback.aidl24 long timestamp, int monitoringType); in onGeofenceTransition()
DGeofenceHardwareMonitorEvent.java38 int monitoringType, in GeofenceHardwareMonitorEvent()