Searched refs:targetConfigUid (Results 1 – 1 of 1) sorted by relevance
3308 int targetConfigUid = Process.INVALID_UID; // don't expose any MAC addresses in getConfiguredNetworks() local3310 targetConfigUid = WIFI_UID; // expose all MAC addresses in getConfiguredNetworks()3312 targetConfigUid = callingUid; // expose only those configs created by the calling App in getConfiguredNetworks()3314 int finalTargetConfigUid = targetConfigUid; in getConfiguredNetworks()