Searched refs:mModemIfaces (Results 1 – 1 of 1) sorted by relevance
5244 mModemIfaces = includeInStringArray(mModemIfaces, iface); in noteNetworkInterfaceTypeLocked()5245 if (DEBUG) Slog.d(TAG, "Note mobile iface " + iface + ": " + mModemIfaces); in noteNetworkInterfaceTypeLocked()5247 mModemIfaces = excludeFromStringArray(mModemIfaces, iface); in noteNetworkInterfaceTypeLocked()5248 if (DEBUG) Slog.d(TAG, "Note non-mobile iface " + iface + ": " + mModemIfaces); in noteNetworkInterfaceTypeLocked()9441 private String[] mModemIfaces = EmptyArray.STRING; field in BatteryStatsImpl9729 final NetworkStats latestStats = readNetworkStatsLocked(mModemIfaces); in updateMobileRadioState()