Searched refs:GeofenceCallbacks (Results 1 – 5 of 5) sorted by relevance
29 import static com.android.server.location.gnss.hal.GnssNative.GeofenceCallbacks.GEOFENCE_STATUS_ERR…30 import static com.android.server.location.gnss.hal.GnssNative.GeofenceCallbacks.GEOFENCE_STATUS_ERR…31 import static com.android.server.location.gnss.hal.GnssNative.GeofenceCallbacks.GEOFENCE_STATUS_OPE…32 import static com.android.server.location.gnss.hal.GnssNative.GeofenceCallbacks.GEOFENCE_TRANSITION…33 import static com.android.server.location.gnss.hal.GnssNative.GeofenceCallbacks.GEOFENCE_TRANSITION…
216 public interface GeofenceCallbacks { interface in GnssNative399 private GeofenceCallbacks mGeofenceCallbacks;471 public void setGeofenceCallbacks(GeofenceCallbacks callbacks) { in setGeofenceCallbacks()1286 void reportGeofenceAddStatus(int geofenceId, @GeofenceCallbacks.GeofenceStatus int status) { in reportGeofenceAddStatus()1292 void reportGeofenceRemoveStatus(int geofenceId, @GeofenceCallbacks.GeofenceStatus int status) { in reportGeofenceRemoveStatus()1298 void reportGeofencePauseStatus(int geofenceId, @GeofenceCallbacks.GeofenceStatus int status) { in reportGeofencePauseStatus()1304 void reportGeofenceResumeStatus(int geofenceId, @GeofenceCallbacks.GeofenceStatus int status) { in reportGeofenceResumeStatus()
55 private @Mock GnssNative.GeofenceCallbacks mGeofenceCallbacks;
351 private class GnssGeofenceHalModule implements GnssNative.GeofenceCallbacks {
14317 …Native;->setGeofenceCallbacks(Lcom/android/server/location/gnss/hal/GnssNative$GeofenceCallbacks;)V