Searched refs:notificationResponsiveness (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/location/ |
D | GnssGeofenceProvider.java | 26 public int notificationResponsiveness; field in GnssGeofenceProvider.GeofenceEntry 57 entry.notificationResponsiveness, entry.unknownTimer); in resumeIfStarted() 75 int notificationResponsiveness, int unknownTimer) { in addCircularHardwareGeofence() argument 78 lastTransition, monitorTransitions, notificationResponsiveness, in addCircularHardwareGeofence() 88 entry.notificationResponsiveness = notificationResponsiveness; in addCircularHardwareGeofence() 143 int lastTransition, int monitorTransitions, int notificationResponsiveness, in addGeofence() argument 146 monitorTransitions, notificationResponsiveness, unknownTimer); in addGeofence()
|
/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/location/java/android/location/ |
D | IGpsGeofenceHardware.aidl | 29 int notificationResponsiveness, int unknownTimer); in addCircularHardwareGeofence() argument
|
D | IFusedGeofenceHardware.aidl | 90 in int notificationResponsiveness, in modifyGeofenceOptions() argument
|