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