Searched refs:mOngoingQueryLocationRequest (Results 1 – 1 of 1) sorted by relevance
112 private @Nullable CancellationSignal mOngoingQueryLocationRequest = null; field in ConnectionServiceWrapper1501 mOngoingQueryLocationRequest = new CancellationSignal(); in queryCurrentLocation()1508 mOngoingQueryLocationRequest, in queryCurrentLocation()1527 if (mOngoingQueryLocationRequest != null) { in queryCurrentLocation()1528 mOngoingQueryLocationRequest.cancel(); in queryCurrentLocation()1529 mOngoingQueryLocationRequest = null; in queryCurrentLocation()