Searched defs:monitoringType (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/hardware/location/ |
D | IGeofenceHardware.aidl | 30 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()
|
D | GeofenceHardwareImpl.java | 226 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 …]
|
D | GeofenceHardware.java | 212 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()
|
D | GeofenceHardwareMonitorCallback.java | 44 public void onMonitoringSystemChange(int monitoringType, boolean available, Location location) { in onMonitoringSystemChange()
|
D | GeofenceHardwareService.java | 59 private void checkPermission(int pid, int uid, int monitoringType) { in checkPermission()
|
D | GeofenceHardwareCallback.java | 42 long timestamp, int monitoringType) { in onGeofenceTransition()
|
D | IGeofenceHardwareCallback.aidl | 24 long timestamp, int monitoringType); in onGeofenceTransition()
|
D | GeofenceHardwareMonitorEvent.java | 38 int monitoringType, in GeofenceHardwareMonitorEvent()
|