Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java1092 private boolean isSettingsOrSuw(int pid, int uid) { in isSettingsOrSuw() method in WifiServiceImpl
1667 boolean privileged = isSettingsOrSuw(Binder.getCallingPid(), uid); in validateSoftApConfiguration()
1857 boolean privileged = isSettingsOrSuw(Binder.getCallingPid(), uid); in startSoftApInternal()
2768 if (!isSettingsOrSuw(Binder.getCallingPid(), Binder.getCallingUid())) { in startLocalOnlyHotspot()
3635 if (!isSettingsOrSuw(Binder.getCallingPid(), Binder.getCallingUid())) { in getAllMatchingPasspointProfilesForScanResults()
3707 if (!isSettingsOrSuw(Binder.getCallingPid(), Binder.getCallingUid())) { in getMatchingOsuProviders()
3732 if (!isSettingsOrSuw(Binder.getCallingPid(), Binder.getCallingUid())) { in getMatchingPasspointConfigsForOsuProviders()
3759 if (!isSettingsOrSuw(Binder.getCallingPid(), Binder.getCallingUid())) { in getWifiConfigsForPasspointProfiles()
3788 if (!isSettingsOrSuw(Binder.getCallingPid(), Binder.getCallingUid())) { in getWifiConfigForMatchedNetworkSuggestionsSharedWithUser()
4177 if (!isSettingsOrSuw(Binder.getCallingPid(), Binder.getCallingUid())) { in startRestrictingAutoJoinToSubscriptionId()
[all …]
DWifiConfigManager.java1549 boolean isSettingsOrSuw = mContext.checkPermission(Manifest.permission.NETWORK_SETTINGS, in addOrUpdateNetworkInternal()
1554 && isSettingsOrSuw)) { in addOrUpdateNetworkInternal()