Searched refs:onGeofenceAdd (Results 1 – 6 of 6) sorted by relevance
25 void onGeofenceAdd(int geofenceId, int status); in onGeofenceAdd() method
55 public void onGeofenceAdd(int geofenceId, int status) { in onGeofenceAdd() method in GeofenceHardwareCallback
515 public void onGeofenceAdd(int geofenceId, int status) { in onGeofenceAdd() method in GeofenceHardware.GeofenceHardwareCallbackWrapper517 if (c != null) c.onGeofenceAdd(geofenceId, status); in onGeofenceAdd()
587 callback.onGeofenceAdd(geofenceId, msg.arg2);
257 private void onGeofenceAdd(int geofenceId, int result) { in onGeofenceAdd() method in FlpHardwareProvider
15365 method public void onGeofenceAdd(int, int);15436 method public abstract void onGeofenceAdd(int, int) throws android.os.RemoteException;