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

  /frameworks/base/core/java/android/hardware/location/
IGeofenceHardware.aidl 35 boolean resumeGeofence(int id, int monitoringType, int monitorTransitions);
GeofenceHardwareService.java 116 public boolean resumeGeofence(int id, int monitoringType, int monitorTransitions) {
121 return mGeofenceHardwareImpl.resumeGeofence(id, monitoringType, monitorTransitions);
GeofenceHardware.java 345 public boolean resumeGeofence(int geofenceId, int monitoringType, int monitorTransition) {
347 return mService.resumeGeofence(geofenceId, monitoringType, monitorTransition);
GeofenceHardwareImpl.java 369 public boolean resumeGeofence(int geofenceId, int monitoringType, int monitorTransition) {
385 Log.e(TAG, "ResumeGeofence: Remote Exception calling LocationManagerService");
397 Log.e(TAG, "ResumeGeofence: RemoteException calling LocationManagerService");
404 if (DEBUG) Log.d(TAG, "resumeGeofence: Result is: " + result);
    [all...]
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 59 milliseconds