Searched refs:mModemIfaces (Results 1 – 2 of 2) sorted by relevance
6081 mModemIfaces = includeInStringArray(mModemIfaces, iface); in noteNetworkInterfaceTypeLocked()6082 if (DEBUG) Slog.d(TAG, "Note mobile iface " + iface + ": " + mModemIfaces); in noteNetworkInterfaceTypeLocked()6084 mModemIfaces = excludeFromStringArray(mModemIfaces, iface); in noteNetworkInterfaceTypeLocked()6085 if (DEBUG) Slog.d(TAG, "Note non-mobile iface " + iface + ": " + mModemIfaces); in noteNetworkInterfaceTypeLocked()6108 return mModemIfaces; in getMobileIfaces()10675 private String[] mModemIfaces = EmptyArray.STRING; field in BatteryStatsImpl11008 final NetworkStats latestStats = readNetworkStatsLocked(mModemIfaces); in updateMobileRadioState()
95185 Lcom/android/internal/os/BatteryStatsImpl;->mModemIfaces:[Ljava/lang/String;