Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java6256 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 BatteryStatsImpl
11356 final NetworkStats latestStats = readNetworkStatsLocked(mModemIfaces); in updateMobileRadioState()