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

  /hardware/interfaces/gnss/1.0/
IGnssGeofencing.hal 67 pauseGeofence(int32_t geofenceId);
  /frameworks/base/core/java/android/hardware/location/
IGeofenceHardware.aidl 36 boolean pauseGeofence(int id, int monitoringType);
GeofenceHardwareService.java 115 public boolean pauseGeofence(int id, int monitoringType) {
120 return mGeofenceHardwareImpl.pauseGeofence(id, monitoringType);
GeofenceHardware.java 336 public boolean pauseGeofence(int geofenceId, int monitoringType) {
338 return mService.pauseGeofence(geofenceId, monitoringType);
345 * Resumes the monitoring of a geofence added by {@link #pauseGeofence} call.
GeofenceHardwareImpl.java 367 public boolean pauseGeofence(int geofenceId, int monitoringType) {
383 Log.e(TAG, "PauseGeofence: Remote Exception calling LocationManagerService");
395 Log.e(TAG, "PauseGeofence: RemoteException calling LocationManagerService");
402 if (DEBUG) Log.d(TAG, "pauseGeofence: Result is: " + result);
    [all...]
  /frameworks/base/services/core/java/com/android/server/location/
GnssGeofenceProvider.java 65 mNative.pauseGeofence(entry.geofenceId);
125 boolean paused = mNative.pauseGeofence(geofenceId);
172 public boolean pauseGeofence(int geofenceId) {
  /frameworks/base/services/robotests/src/com/android/server/location/
GnssGeofenceProviderTest.java 52 when(mMockNative.pauseGeofence(anyInt())).thenReturn(true);
73 verify(mMockNative).pauseGeofence(eq(GEOFENCE_ID));
119 verify(mMockNative, times(2)).pauseGeofence(eq(GEOFENCE_ID));
  /hardware/qcom/gps/msm8909w_3100/android/
GnssGeofencing.h 60 Return<void> pauseGeofence(int32_t geofenceId) override;
GnssGeofencing.cpp 101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) {
  /hardware/qcom/gps/msm8998/android/
GnssGeofencing.h 60 Return<void> pauseGeofence(int32_t geofenceId) override;
GnssGeofencing.cpp 101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) {
  /hardware/interfaces/gnss/1.0/default/
GnssGeofencing.h 62 Return<void> pauseGeofence(int32_t geofenceId) override;
GnssGeofencing.cpp 194 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) {
  /frameworks/base/services/core/jni/
com_android_server_location_GnssLocationProvider.cpp     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 483 milliseconds