Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
DGnssNative.java404 private NotificationCallbacks mNotificationCallbacks; field in GnssNative
503 Preconditions.checkState(mNotificationCallbacks == null); in setNotificationCallbacks()
504 mNotificationCallbacks = Objects.requireNonNull(callbacks); in setNotificationCallbacks()
1337 () -> mNotificationCallbacks.onReportNfwNotification(proxyAppPackageName, in reportNfwNotification()