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

  /hardware/interfaces/gnss/1.0/
IGnssGeofencing.hal 78 resumeGeofence(int32_t geofenceId,
  /frameworks/base/core/java/android/hardware/location/
IGeofenceHardware.aidl 37 boolean resumeGeofence(int id, int monitoringType, int monitorTransitions);
GeofenceHardwareService.java 124 public boolean resumeGeofence(int id, int monitoringType, int monitorTransitions) {
129 return mGeofenceHardwareImpl.resumeGeofence(id, monitoringType, monitorTransitions);
GeofenceHardware.java 368 public boolean resumeGeofence(int geofenceId, int monitoringType, int monitorTransition) {
370 return mService.resumeGeofence(geofenceId, monitoringType, monitorTransition);
GeofenceHardwareImpl.java 407 public boolean resumeGeofence(int geofenceId, int monitoringType, int monitorTransition) {
423 Log.e(TAG, "ResumeGeofence: Remote Exception calling LocationManagerService");
435 Log.e(TAG, "ResumeGeofence: RemoteException calling LocationManagerService");
442 if (DEBUG) Log.d(TAG, "resumeGeofence: Result is: " + result);
    [all...]
  /hardware/qcom/gps/msm8909w_3100/android/
GnssGeofencing.h 61 Return<void> resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) override;
GnssGeofencing.cpp 110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) {
  /hardware/qcom/gps/msm8998/android/
GnssGeofencing.h 61 Return<void> resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) override;
GnssGeofencing.cpp 110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) {
  /frameworks/base/services/core/java/com/android/server/location/
GnssGeofenceProvider.java 139 boolean resumed = mNative.resumeGeofence(geofenceId, monitorTransitions);
168 public boolean resumeGeofence(int geofenceId, int transitions) {
  /frameworks/base/services/robotests/src/com/android/server/location/
GnssGeofenceProviderTest.java 54 when(mMockNative.resumeGeofence(anyInt(), anyInt())).thenReturn(true);
86 verify(mMockNative).resumeGeofence(eq(GEOFENCE_ID), eq(MONITOR_TRANSITIONS));
  /hardware/interfaces/gnss/1.0/default/
GnssGeofencing.h 63 Return<void> resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) override;
GnssGeofencing.cpp 203 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) {
  /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 976 milliseconds