Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssGeofenceProxy.java38 public int notificationResponsiveness; field in GnssGeofenceProxy.GeofenceEntry
66 int notificationResponsiveness, int unknownTimer) { in addCircularHardwareGeofence() argument
69 lastTransition, monitorTransitions, notificationResponsiveness, in addCircularHardwareGeofence()
79 entry.notificationResponsiveness = notificationResponsiveness; in addCircularHardwareGeofence()
136 entry.notificationResponsiveness, entry.unknownTimer); in onHalRestarted()
/frameworks/base/core/java/android/hardware/location/
DGeofenceHardwareRequest.java105 public void setNotificationResponsiveness(int notificationResponsiveness) { in setNotificationResponsiveness() argument
106 mNotificationResponsiveness = notificationResponsiveness; in setNotificationResponsiveness()
/frameworks/base/core/java/android/location/
DIGpsGeofenceHardware.aidl29 int notificationResponsiveness, int unknownTimer); in addCircularHardwareGeofence() argument
DIFusedGeofenceHardware.aidl90 in int notificationResponsiveness, in modifyGeofenceOptions() argument
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/
DFakeGnssHal.java194 int lastTransition, int monitorTransitions, int notificationResponsiveness, in GnssHalGeofence() argument
203 NotificationResponsiveness = notificationResponsiveness; in GnssHalGeofence()
627 int lastTransition, int monitorTransitions, int notificationResponsiveness, in addGeofence() argument
635 monitorTransitions, notificationResponsiveness, unknownTimer, false)); in addGeofence()
/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
DGnssNative.java921 int lastTransition, int monitorTransitions, int notificationResponsiveness, in addGeofence() argument
925 monitorTransitions, notificationResponsiveness, unknownTimer); in addGeofence()
1523 int notificationResponsiveness, int unknownTimer) { in addGeofence() argument
1525 monitorTransitions, notificationResponsiveness, unknownTimer); in addGeofence()