Home | History | Annotate | Download | only in net

Lines Matching defs:ifaces

249     /** Currently active network rules for ifaces. */
257 /** Set of ifaces that are metered. */
955 // build list of rules and ifaces to enforce them against
960 // collect all active ifaces that match this template
971 final String[] ifaces = ifaceList.toArray(new String[ifaceList.size()]);
972 mNetworkRules.put(policy, ifaces);
979 // apply each policy that we found ifaces for; compute remaining data
983 final String[] ifaces = mNetworkRules.get(policy);
996 Slog.d(TAG, "applying policy " + policy.toString() + " to ifaces "
997 + Arrays.toString(ifaces));
1019 if (ifaces.length > 1) {
1024 for (String iface : ifaces) {