Searched refs:isSettingsOrSuw (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | WifiServiceImpl.java | 751 private boolean isSettingsOrSuw(int pid, int uid) { in isSettingsOrSuw() method in WifiServiceImpl 1212 boolean privileged = isSettingsOrSuw(Binder.getCallingPid(), uid); in startSoftApInternal() 2562 if (!isSettingsOrSuw(Binder.getCallingPid(), Binder.getCallingUid())) { in getAllMatchingPasspointProfilesForScanResults() 2586 if (!isSettingsOrSuw(Binder.getCallingPid(), Binder.getCallingUid())) { in getMatchingOsuProviders() 2610 if (!isSettingsOrSuw(Binder.getCallingPid(), Binder.getCallingUid())) { in getMatchingPasspointConfigsForOsuProviders() 2637 if (!isSettingsOrSuw(Binder.getCallingPid(), Binder.getCallingUid())) { in getWifiConfigsForPasspointProfiles() 2666 if (!isSettingsOrSuw(Binder.getCallingPid(), Binder.getCallingUid())) { in getWifiConfigForMatchedNetworkSuggestionsSharedWithUser() 2964 if (!isSettingsOrSuw(Binder.getCallingPid(), Binder.getCallingUid())) { in startRestrictingAutoJoinToSubscriptionId() 2990 if (!isSettingsOrSuw(Binder.getCallingPid(), Binder.getCallingUid())) { in stopRestrictingAutoJoinToSubscriptionId() 4142 if (!isSettingsOrSuw(Binder.getCallingPid(), Binder.getCallingUid())) { [all …]
|