Searched refs:nfwNotification (Results 1 – 1 of 1) sorted by relevance
444 private void handleNfwNotification(NfwNotification nfwNotification) { in handleNfwNotification() argument445 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 …]