Searched refs:mMobileIfaces (Results 1 – 2 of 2) sorted by relevance
216 private String[] mMobileIfaces = new String[0]; field in NetworkStatsService563 return mMobileIfaces; in getMobileIfaces()845 mMobileIfaces = mobileIfaces.toArray(new String[mobileIfaces.size()]); in updateIfacesLocked()
442 private String[] mMobileIfaces = new String[0]; field in BatteryStatsImpl3948 mMobileIfaces = includeInStringArray(mMobileIfaces, iface); in noteNetworkInterfaceTypeLocked()3949 if (DEBUG) Slog.d(TAG, "Note mobile iface " + iface + ": " + mMobileIfaces); in noteNetworkInterfaceTypeLocked()3951 mMobileIfaces = excludeFromStringArray(mMobileIfaces, iface); in noteNetworkInterfaceTypeLocked()3952 if (DEBUG) Slog.d(TAG, "Note non-mobile iface " + iface + ": " + mMobileIfaces); in noteNetworkInterfaceTypeLocked()7147 if ((which&NET_UPDATE_MOBILE) != 0 && mMobileIfaces.length > 0) { in updateNetworkActivityLocked()7152 mMobileIfaces, NetworkStats.TAG_NONE, mLastMobileSnapshot); in updateNetworkActivityLocked()