Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/
DGnssVisibilityControl.java452 final boolean isPermissionMismatched = isPermissionMismatched(proxyAppState, in handleNfwNotification()
454 logEvent(nfwNotification, isPermissionMismatched); in handleNfwNotification()
500 if (isPermissionMismatched) { in handleNfwNotification()
510 private boolean isPermissionMismatched(ProxyAppState proxyAppState, in isPermissionMismatched() method in GnssVisibilityControl
597 boolean isPermissionMismatched = false; in handleEmergencyNfwNotification()
601 isPermissionMismatched = true; in handleEmergencyNfwNotification()
607 isPermissionMismatched = true; in handleEmergencyNfwNotification()
610 logEvent(nfwNotification, isPermissionMismatched); in handleEmergencyNfwNotification()
652 private void logEvent(NfwNotification notification, boolean isPermissionMismatched) { in logEvent() argument
662 isPermissionMismatched); in logEvent()