Searched refs:mMobileIfaces (Results 1 – 2 of 2) sorted by relevance
224 private String[] mMobileIfaces = new String[0]; field in NetworkStatsService673 return mMobileIfaces; in getMobileIfaces()955 mMobileIfaces = mobileIfaces.toArray(new String[mobileIfaces.size()]); in updateIfacesLocked()
4095 mMobileIfaces = includeInStringArray(mMobileIfaces, iface); in noteNetworkInterfaceTypeLocked()4096 if (DEBUG) Slog.d(TAG, "Note mobile iface " + iface + ": " + mMobileIfaces); in noteNetworkInterfaceTypeLocked()4098 mMobileIfaces = excludeFromStringArray(mMobileIfaces, iface); in noteNetworkInterfaceTypeLocked()4099 if (DEBUG) Slog.d(TAG, "Note non-mobile iface " + iface + ": " + mMobileIfaces); in noteNetworkInterfaceTypeLocked()7556 private String[] mMobileIfaces = EmptyArray.STRING; field in BatteryStatsImpl7829 if (!ArrayUtils.isEmpty(mMobileIfaces)) { in updateMobileRadioStateLocked()7830 delta = getNetworkStatsDeltaLocked(mMobileIfaces, mMobileNetworkStats); in updateMobileRadioStateLocked()