Home
last modified time | relevance | path

Searched refs:mLocationRequestCallbacks (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
DGnssNative.java371 private LocationRequestCallbacks mLocationRequestCallbacks; field in GnssNative
455 Preconditions.checkState(mLocationRequestCallbacks == null); in setLocationRequestCallbacks()
456 mLocationRequestCallbacks = Objects.requireNonNull(callbacks); in setLocationRequestCallbacks()
1179 () -> mLocationRequestCallbacks.onRequestLocation(independentFromGnss, in requestLocation()
1191 () -> mLocationRequestCallbacks.onRequestRefLocation()); in requestRefLocation()