Searched refs:network (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/net/
H A DChartData.java22 public NetworkStatsHistory network; field in class:ChartData
H A DChartDataLoader.java37 * Loader for historical chart data for both network and UID details.
82 throw new RuntimeException("problem reading network stats", e);
89 data.network = mSession.getHistoryForNetwork(template, fields);
/packages/apps/Settings/src/com/android/settings/
H A DRadioInfo.java109 private TextView network; field in class:RadioInfo
270 network = (TextView) findViewById(R.id.network);
636 network.setText(display);
H A DDataUsageSummary.java342 // bind network switches
415 // selected network, and binds chart, cycles and detail list.
740 // kick off loader for network history
742 // network history when showing app detail.
967 historyStart = mChartData.network.getStart();
968 historyEnd = mChartData.network.getEnd();
1134 * current mode. In network mode, updates {@link #mAdapter} with sorted list
1173 entry = mChartData.network.getValues(start, end, now, null);
1209 mChart.bindNetworkStats(mChartData.network);
1653 // TODO: customize default limits based on network templat
[all...]

Completed in 182 milliseconds