HomeSort by relevance Sort by last modified time
    Searched refs:onGeofenceRemove (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/java/android/hardware/location/
IGeofenceHardwareCallback.aidl 26 void onGeofenceRemove(int geofenceId, int status);
GeofenceHardwareCallback.java 66 public void onGeofenceRemove(int geofenceId, int status) {
GeofenceHardware.java 287 * {@link GeofenceHardwareCallback#onGeofenceRemove} will be called with the result of the
520 public void onGeofenceRemove(int geofenceId, int status) {
523 c.onGeofenceRemove(geofenceId, status);
GeofenceHardwareImpl.java 561 callback.onGeofenceRemove(geofenceId, msg.arg2);
    [all...]
  /frameworks/base/services/core/java/com/android/server/location/
FlpHardwareProvider.java 194 private void onGeofenceRemove(int geofenceId, int result) {
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 119 milliseconds