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

  /hardware/qcom/gps/msm8909w_3100/android/
GnssGeofencing.cpp 76 Return<void> GnssGeofencing::addGeofence(
  /hardware/qcom/gps/msm8998/android/
GnssGeofencing.cpp 76 Return<void> GnssGeofencing::addGeofence(
  /hardware/interfaces/gnss/1.0/default/
GnssGeofencing.cpp 168 Return<void> GnssGeofencing::addGeofence(
  /frameworks/base/services/robotests/src/com/android/server/location/
GnssGeofenceProviderTest.java 50 when(mMockNative.addGeofence(anyInt(), anyDouble(), anyDouble(), anyDouble(), anyInt(),
64 verify(mMockNative).addGeofence(eq(GEOFENCE_ID), eq(LATITUDE), eq(LONGITUDE),
93 verify(mMockNative, times(2)).addGeofence(eq(GEOFENCE_ID), eq(LATITUDE), eq(LONGITUDE),
104 verify(mMockNative, times(1)).addGeofence(eq(GEOFENCE_ID), eq(LATITUDE), eq(LONGITUDE),
115 verify(mMockNative, times(2)).addGeofence(eq(GEOFENCE_ID), eq(LATITUDE), eq(LONGITUDE),
  /frameworks/base/core/java/android/hardware/location/
GeofenceHardware.java 268 public boolean addGeofence(int geofenceId, int monitoringType, GeofenceHardwareRequest
285 * Removes a geofence added by {@link #addGeofence} call.
315 * Pauses the monitoring of a geofence added by {@link #addGeofence} call.
  /frameworks/base/location/java/android/location/
LocationManager.java     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 708 milliseconds