Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/
DGnssVisibilityControl.java441 private void handleNfwNotification(NfwNotification nfwNotification) { in handleNfwNotification() argument
442 if (DEBUG) Log.d(TAG, "Non-framework location access notification: " + nfwNotification); in handleNfwNotification()
444 if (nfwNotification.isEmergencyRequestNotification()) { in handleNfwNotification()
445 handleEmergencyNfwNotification(nfwNotification); in handleNfwNotification()
449 final String proxyAppPkgName = nfwNotification.mProxyAppPackageName; in handleNfwNotification()
451 final boolean isLocationRequestAccepted = nfwNotification.isRequestAccepted(); in handleNfwNotification()
453 nfwNotification); in handleNfwNotification()
454 logEvent(nfwNotification, isPermissionMismatched); in handleNfwNotification()
456 if (!nfwNotification.isRequestAttributedToProxyApp()) { in handleNfwNotification()
467 + " is not set in the notification: " + nfwNotification + ". Number of" in handleNfwNotification()
[all …]