OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pauseGeofence
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/hardware/location/
GeofenceHardware.java
313
public boolean
pauseGeofence
(int geofenceId, int monitoringType) {
315
return mService.
pauseGeofence
(geofenceId, monitoringType);
322
* Resumes the monitoring of a geofence added by {@link #
pauseGeofence
} call.
GeofenceHardwareImpl.java
329
public boolean
pauseGeofence
(int geofenceId, int monitoringType) {
345
Log.e(TAG, "
PauseGeofence
: Remote Exception calling LocationManagerService");
357
Log.e(TAG, "
PauseGeofence
: RemoteException calling LocationManagerService");
364
if (DEBUG) Log.d(TAG, "
pauseGeofence
: Result is: " + result);
[
all
...]
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 521 milliseconds