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