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/gnss/
DGnssVisibilityControl.java455 final boolean isPermissionMismatched = isPermissionMismatched(proxyAppState, in handleNfwNotification()
457 logEvent(nfwNotification, isPermissionMismatched); in handleNfwNotification()
503 if (isPermissionMismatched) { in handleNfwNotification()
513 private boolean isPermissionMismatched(ProxyAppState proxyAppState, in isPermissionMismatched() method in GnssVisibilityControl
592 boolean isPermissionMismatched = false; in handleEmergencyNfwNotification()
596 isPermissionMismatched = true; in handleEmergencyNfwNotification()
602 isPermissionMismatched = true; in handleEmergencyNfwNotification()
605 logEvent(nfwNotification, isPermissionMismatched); in handleEmergencyNfwNotification()
646 private void logEvent(NfwNotification notification, boolean isPermissionMismatched) { in logEvent() argument
656 isPermissionMismatched); in logEvent()