Searched refs:pauseGeofence (Results 1 – 10 of 10) sorted by relevance
43 when(mMockNative.pauseGeofence(anyInt())).thenReturn(true); in setUp()64 verify(mMockNative).pauseGeofence(eq(GEOFENCE_ID)); in pauseGeofence_nativePaused()110 verify(mMockNative, times(2)).pauseGeofence(eq(GEOFENCE_ID)); in pauseGeofence_restart_paused()
59 mNative.pauseGeofence(entry.geofenceId); in resumeIfStarted()110 boolean paused = mNative.pauseGeofence(geofenceId); in pauseHardwareGeofence()157 public boolean pauseGeofence(int geofenceId) { in pauseGeofence() method in GnssGeofenceProvider.GnssGeofenceProviderNative
115 public boolean pauseGeofence(int id, int monitoringType) {120 return mGeofenceHardwareImpl.pauseGeofence(id, monitoringType);
36 boolean pauseGeofence(int id, int monitoringType); in pauseGeofence() method
338 public boolean pauseGeofence(int geofenceId, int monitoringType) { in pauseGeofence() method in GeofenceHardware340 return mService.pauseGeofence(geofenceId, monitoringType); in pauseGeofence()
367 public boolean pauseGeofence(int geofenceId, int monitoringType) { in pauseGeofence() method in GeofenceHardwareImpl
2554 auto result = gnssGeofencingIface->pauseGeofence(geofenceId); in android_location_GnssGeofenceProvider_pause_geofence()
2678 method public boolean pauseGeofence(int, int);
24099 Landroid/hardware/location/GeofenceHardwareImpl;->pauseGeofence(II)Z24332 Landroid/hardware/location/IGeofenceHardware$Stub$Proxy;->pauseGeofence(II)Z24355 Landroid/hardware/location/IGeofenceHardware;->pauseGeofence(II)Z