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/gnss/
DGnssVisibilityControl.java444 private void handleNfwNotification(NfwNotification nfwNotification) { in handleNfwNotification() argument
445 if (DEBUG) Log.d(TAG, "Non-framework location access notification: " + nfwNotification); in handleNfwNotification()
447 if (nfwNotification.isEmergencyRequestNotification()) { in handleNfwNotification()
448 handleEmergencyNfwNotification(nfwNotification); in handleNfwNotification()
452 final String proxyAppPkgName = nfwNotification.mProxyAppPackageName; in handleNfwNotification()
454 final boolean isLocationRequestAccepted = nfwNotification.isRequestAccepted(); in handleNfwNotification()
456 nfwNotification); in handleNfwNotification()
457 logEvent(nfwNotification, isPermissionMismatched); in handleNfwNotification()
459 if (!nfwNotification.isRequestAttributedToProxyApp()) { in handleNfwNotification()
470 + " is not set in the notification: " + nfwNotification + ". Number of" in handleNfwNotification()
[all …]