Searched refs:mMobileIfaces (Results 1 – 2 of 2) sorted by relevance
214 private String[] mMobileIfaces = new String[0]; field in NetworkStatsService603 return mMobileIfaces; in getMobileIfaces()872 if (!contains(mMobileIfaces, iface)) { in updateIfacesLocked()873 mMobileIfaces = appendElement(String.class, mMobileIfaces, iface); in updateIfacesLocked()
338 private HashSet<String> mMobileIfaces = Sets.newHashSet(); field in BatteryStatsImpl1440 entry = ifaceStats.getTotal(entry, mMobileIfaces); in doUnplugLocked()1476 entry = ifaceStats.getTotal(entry, mMobileIfaces); in doPlugLocked()2269 mMobileIfaces.add(iface); in noteNetworkInterfaceTypeLocked()2271 mMobileIfaces.remove(iface); in noteNetworkInterfaceTypeLocked()4581 final long mobileTxBytes = getNetworkStatsSummary().getTotal(null, mMobileIfaces).txBytes; in getMobileTcpBytesSent()4587 final long mobileRxBytes = getNetworkStatsSummary().getTotal(null, mMobileIfaces).rxBytes; in getMobileTcpBytesReceived()5705 pr.println(mMobileIfaces.toString()); in dumpLocked()