HomeSort by relevance Sort by last modified time
    Searched defs:onGeofenceAdd (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/hardware/location/
GeofenceHardwareCallback.java 51 public void onGeofenceAdd(int geofenceId, int status) {
GeofenceHardware.java 192 * {@link GeofenceHardwareCallback#onGeofenceAdd} will be called with the result of the
193 * add call from the hardware. The {@link GeofenceHardwareCallback#onGeofenceAdd} will be
476 public void onGeofenceAdd(int geofenceId, int status) {
478 if (c != null) c.onGeofenceAdd(geofenceId, status);
  /prebuilts/sdk/current/
android.jar 

Completed in 320 milliseconds