Home
last modified time | relevance | path

Searched refs:mMobileIfaces (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsService.java224 private String[] mMobileIfaces = new String[0]; field in NetworkStatsService
673 return mMobileIfaces; in getMobileIfaces()
955 mMobileIfaces = mobileIfaces.toArray(new String[mobileIfaces.size()]); in updateIfacesLocked()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java4095 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 BatteryStatsImpl
7829 if (!ArrayUtils.isEmpty(mMobileIfaces)) { in updateMobileRadioStateLocked()
7830 delta = getNetworkStatsDeltaLocked(mMobileIfaces, mMobileNetworkStats); in updateMobileRadioStateLocked()