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.java401 private LocationRequestCallbacks mLocationRequestCallbacks; field in GnssNative
485 Preconditions.checkState(mLocationRequestCallbacks == null); in setLocationRequestCallbacks()
486 mLocationRequestCallbacks = Objects.requireNonNull(callbacks); in setLocationRequestCallbacks()
1317 () -> mLocationRequestCallbacks.onRequestLocation(independentFromGnss, in requestLocation()
1329 () -> mLocationRequestCallbacks.onRequestRefLocation()); in requestRefLocation()