Searched refs:TOP_HAL_CAPABILITY_GEOFENCING (Results 1 – 1 of 1) sorted by relevance
50 public static final int TOP_HAL_CAPABILITY_GEOFENCING = 1 << 5; field in GnssCapabilities75 TOP_HAL_CAPABILITY_ON_DEMAND_TIME, TOP_HAL_CAPABILITY_GEOFENCING,278 return (mTopFlags & TOP_HAL_CAPABILITY_GEOFENCING) != 0; in hasGeofencing()725 mTopFlags = setFlag(mTopFlags, TOP_HAL_CAPABILITY_GEOFENCING, capable); in setHasGeofencing()