Searched refs:mModemIfaces (Results 1 – 2 of 2) sorted by relevance
6094 mModemIfaces = includeInStringArray(mModemIfaces, iface); in noteNetworkInterfaceTypeLocked()6095 if (DEBUG) Slog.d(TAG, "Note mobile iface " + iface + ": " + mModemIfaces); in noteNetworkInterfaceTypeLocked()6097 mModemIfaces = excludeFromStringArray(mModemIfaces, iface); in noteNetworkInterfaceTypeLocked()6098 if (DEBUG) Slog.d(TAG, "Note non-mobile iface " + iface + ": " + mModemIfaces); in noteNetworkInterfaceTypeLocked()6121 return mModemIfaces; in getMobileIfaces()10688 private String[] mModemIfaces = EmptyArray.STRING; field in BatteryStatsImpl11020 final NetworkStats latestStats = readNetworkStatsLocked(mModemIfaces); in updateMobileRadioState()
88818 Lcom/android/internal/os/BatteryStatsImpl;->mModemIfaces:[Ljava/lang/String;