Searched defs:FLAG_EXIT (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/
H A DGeofenceState.java29 public final static int FLAG_EXIT = 0x02; field in class:GeofenceState
65 * @return FLAG_ENTER or FLAG_EXIT if the fence was crossed, 0 otherwise
81 return FLAG_EXIT; // return exit only if previously entered

Completed in 47 milliseconds