Home
last modified time | relevance | path

Searched refs:GeofenceCallbacks (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/
DFakeGnssHal.java29 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…
/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
DGnssNative.java216 public interface GeofenceCallbacks { interface in GnssNative
399 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()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/
DGnssGeofenceProxyTest.java55 private @Mock GnssNative.GeofenceCallbacks mGeofenceCallbacks;
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssManagerService.java351 private class GnssGeofenceHalModule implements GnssNative.GeofenceCallbacks {
/frameworks/base/services/
Dart-wear-profile14317 …Native;->setGeofenceCallbacks(Lcom/android/server/location/gnss/hal/GnssNative$GeofenceCallbacks;)V