HomeSort by relevance Sort by last modified time
    Searched full:geofencetransition (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/hardware/location/
GeofenceHardwareImpl.java 484 "GeofenceTransition| " + location + ", transition:" + transition +
489 GeofenceTransition geofenceTransition = new GeofenceTransition(
500 geofenceTransition);
664 GeofenceTransition geofenceTransition = (GeofenceTransition)(msg.obj);
666 callback = mGeofences.get(geofenceTransition.mGeofenceId);
670 geofenceTransition.mGeofenceId
    [all...]
  /frameworks/base/docs/html/training/location/
geofencing.jd 266 int geofenceTransition = geofencingEvent.getGeofenceTransition();
269 if (geofenceTransition == Geofence.GEOFENCE_TRANSITION_ENTER ||
270 geofenceTransition == Geofence.GEOFENCE_TRANSITION_EXIT) {
279 geofenceTransition,
289 geofenceTransition));
  /frameworks/base/services/core/jni/
com_android_server_location_FlpHardwareProvider.cpp 642 ALOGE("GeofenceTransition received with invalid location: %p", location);

Completed in 180 milliseconds