Searched refs:targetConfigUid (Results 1 – 1 of 1) sorted by relevance
2156 int targetConfigUid = Process.INVALID_UID; // don't expose any MAC addresses in getConfiguredNetworks() local2159 targetConfigUid = Process.WIFI_UID; // expose all MAC addresses in getConfiguredNetworks()2161 targetConfigUid = callingUid; // expose only those configs created by the Carrier App in getConfiguredNetworks()2163 int finalTargetConfigUid = targetConfigUid; in getConfiguredNetworks()