Searched refs:mModemIfaces (Results 1 – 1 of 1) sorted by relevance
6256 mModemIfaces = includeInStringArray(mModemIfaces, iface); in noteNetworkInterfaceTypeLocked()6257 if (DEBUG) Slog.d(TAG, "Note mobile iface " + iface + ": " + mModemIfaces); in noteNetworkInterfaceTypeLocked()6259 mModemIfaces = excludeFromStringArray(mModemIfaces, iface); in noteNetworkInterfaceTypeLocked()6260 if (DEBUG) Slog.d(TAG, "Note non-mobile iface " + iface + ": " + mModemIfaces); in noteNetworkInterfaceTypeLocked()6283 return mModemIfaces; in getMobileIfaces()11038 private String[] mModemIfaces = EmptyArray.STRING; field in BatteryStatsImpl11356 final NetworkStats latestStats = readNetworkStatsLocked(mModemIfaces); in updateMobileRadioState()