Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DIFusedGeofenceHardware.aidl51 void removeGeofences(in int[] geofenceIds); in removeGeofences() method
/frameworks/base/docs/html/training/location/
Dgeofencing.jd1068 …t.html#removeGeofences(android.app.PendingIntent, com.google.android.gms.location.LocationClient.O…
1076 …ml#removeGeofences(java.util.List<java.lang.String>, com.google.android.gms.location.LocationClien…
1113 public void removeGeofences(PendingIntent requestIntent) {
1170 * removeGeofences
1175 mLocationClient.removeGeofences(
1186 …t.html#removeGeofences(android.app.PendingIntent, com.google.android.gms.location.LocationClient.O…
1239 different definition of {@code removeGeofences} with the appropriate signature. This method
1266 removeGeofences(listOfGeofences);
1271 The following snippet defines the {@code removeGeofences()} method:
1284 public void removeGeofences(List&lt;String&gt; geofenceIds) {
[all …]
/frameworks/base/services/core/java/com/android/server/location/
DFlpHardwareProvider.java351 public void removeGeofences(int[] geofenceIds) {
/frameworks/base/core/java/android/hardware/location/
DGeofenceHardwareImpl.java314 mFusedService.removeGeofences(new int[] { geofenceId }); in removeGeofence()
/frameworks/base/api/
Dsystem-current.txt14740 method public abstract void removeGeofences(int[]) throws android.os.RemoteException;