Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
H A DGnssNative.java379 private NotificationCallbacks mNotificationCallbacks; field in GnssNative
478 Preconditions.checkState(mNotificationCallbacks == null); in setNotificationCallbacks()
479 mNotificationCallbacks = Objects.requireNonNull(callbacks); in setNotificationCallbacks()
1251 () -> mNotificationCallbacks.onReportNiNotification(notificationId, niType, in reportNiNotification()
1284 () -> mNotificationCallbacks.onReportNfwNotification(proxyAppPackageName, in reportNfwNotification()