Lines Matching refs:with
5 * you may not use this file except in compliance with the License.
21 * There are 3 states associated with a Geofence: Inside, Outside, Unknown.
24 * An example state diagram with confidence level: 95% and Unknown time limit
42 * The Unknown state is better explained with an example:
52 * circle reported by the GNSS subsystem. Now with regard to "b", the system is
53 * confident that the user is outside. But with regard to "a" is not confident
56 * triggered with the state set to Unknown. If the accuracy improves later, an
118 * The callback associated with the geofence transition.
121 * ENTERED transition, then the callback must not be called with the EXITED
128 * @param geofenceId The id associated with the addGeofenceArea.
138 * The callback associated with the availability of the GNSS system for
141 * signals, it will call this callback with UNAVAILABLE parameter.
149 * The callback associated with the addGeofence call.
155 * Will be ERROR_ID_EXISTS if geofence with id already exists.
163 * The callback associated with the removeGeofence call.
173 * The callback associated with the pauseGeofence call.
184 * The callback associated with the resumeGeofence call.