Searched refs:isSettingsOrSuw (Results 1 – 1 of 1) sorted by relevance
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiServiceImpl.java | 621 private boolean isSettingsOrSuw(int pid, int uid) { in isSettingsOrSuw() method in WifiServiceImpl 975 boolean privileged = isSettingsOrSuw(Binder.getCallingPid(), uid); in startSoftApInternal() 1756 if (!isSettingsOrSuw(Binder.getCallingPid(), Binder.getCallingUid())) { in startLocalOnlyHotspot() 2225 if (!isSettingsOrSuw(Binder.getCallingPid(), Binder.getCallingUid())) { in getAllMatchingPasspointProfilesForScanResults() 2249 if (!isSettingsOrSuw(Binder.getCallingPid(), Binder.getCallingUid())) { in getMatchingOsuProviders() 2273 if (!isSettingsOrSuw(Binder.getCallingPid(), Binder.getCallingUid())) { in getMatchingPasspointConfigsForOsuProviders() 2300 if (!isSettingsOrSuw(Binder.getCallingPid(), Binder.getCallingUid())) { in getWifiConfigsForPasspointProfiles() 2329 if (!isSettingsOrSuw(Binder.getCallingPid(), Binder.getCallingUid())) { in getWifiConfigForMatchedNetworkSuggestionsSharedWithUser() 3494 if (!isSettingsOrSuw(Binder.getCallingPid(), Binder.getCallingUid())) { 3664 if (!isSettingsOrSuw(Binder.getCallingPid(), Binder.getCallingUid())) { [all …]
|