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