Searched refs:notificationResponsiveness (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/location/gnss/ |
D | GnssGeofenceProxy.java | 38 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/ |
D | GeofenceHardwareRequest.java | 105 public void setNotificationResponsiveness(int notificationResponsiveness) { in setNotificationResponsiveness() argument 106 mNotificationResponsiveness = notificationResponsiveness; in setNotificationResponsiveness()
|
/frameworks/base/core/java/android/location/ |
D | IGpsGeofenceHardware.aidl | 29 int notificationResponsiveness, int unknownTimer); in addCircularHardwareGeofence() argument
|
D | IFusedGeofenceHardware.aidl | 90 in int notificationResponsiveness, in modifyGeofenceOptions() argument
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/ |
D | FakeGnssHal.java | 194 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/ |
D | GnssNative.java | 921 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()
|