Home | History | Annotate | Download | only in net

Lines Matching defs:ifaces

322     /** Currently active network rules for ifaces. */
381 /** Set of ifaces that are metered. */
1307 final String[] ifaces = ifaceList.toArray(new String[ifaceList.size()]);
1308 mNetworkRules.put(policy, ifaces);
1315 // apply each policy that we found ifaces for; compute remaining data
1320 final String[] ifaces = mNetworkRules.valueAt(i);
1333 Slog.d(TAG, "applying policy " + policy + " to ifaces " + Arrays.toString(ifaces));
1355 if (ifaces.length > 1) {
1360 for (String iface : ifaces) {
2360 fout.print("Metered ifaces: "); fout.println(String.valueOf(mMeteredIfaces));
3511 * Add or remove a uid to the firewall blacklist for all network ifaces.
3532 * Add or remove a uid to the firewall blacklist for all network ifaces.