Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
DGnssNative.java373 private AGpsCallbacks mAGpsCallbacks; field in GnssNative
467 Preconditions.checkState(mAGpsCallbacks == null); in setAGpsCallbacks()
468 mAGpsCallbacks = Objects.requireNonNull(callbacks); in setAGpsCallbacks()
1001 () -> mAGpsCallbacks.onReportAGpsStatus(agpsType, agpsStatus, suplIpAddr)); in reportAGpsStatus()
1173 Binder.withCleanCallingIdentity(() -> mAGpsCallbacks.onRequestSetID(flags)); in requestSetID()