Searched defs:mMobileIfaces (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsService.java224 private String[] mMobileIfaces = new String[0]; field in class:NetworkStatsService
673 return mMobileIfaces;
955 mMobileIfaces = mobileIfaces.toArray(new String[mobileIfaces.size()]);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java4093 mMobileIfaces = includeInStringArray(mMobileIfaces, iface);
4094 if (DEBUG) Slog.d(TAG, "Note mobile iface " + iface + ": " + mMobileIfaces);
4096 mMobileIfaces = excludeFromStringArray(mMobileIfaces, iface);
4097 if (DEBUG) Slog.d(TAG, "Note non-mobile iface " + iface + ": " + mMobileIfaces);
7615 private String[] mMobileIfaces = EmptyArray.STRING; field in class:BatteryStatsImpl
7888 if (!ArrayUtils.isEmpty(mMobileIfaces)) {
7889 delta = getNetworkStatsDeltaLocked(mMobileIfaces, mMobileNetworkStats);

Completed in 86 milliseconds