Searched refs:requestedIface (Results 1 – 1 of 1) sorted by relevance
212 String requestedIface = null; in networkForRequest() local216 requestedIface = ((StringNetworkSpecifier) specifier).specifier; in networkForRequest()220 if (!TextUtils.isEmpty(requestedIface)) { in networkForRequest()221 NetworkInterfaceState n = mTrackingInterfaces.get(requestedIface); in networkForRequest()