Searched refs:network (Results 1 - 5 of 5) 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.java34 * Loader for historical chart data for both network and UID details.
79 throw new RuntimeException("problem reading network stats", e);
86 data.network = mStatsService.getHistoryForNetwork(template, fields);
/packages/apps/Settings/src/com/android/settings/vpn2/
H A DVpnSettings.java325 LinkProperties network = mService.getActiveLinkProperties();
326 if (network == null) {
329 String interfaze = network.getInterfaceName();
334 for (RouteInfo route : network.getRoutes()) {
349 String[] network = getDefaultNetwork();
350 String interfaze = network[0];
351 String gateway = network[1];
/packages/apps/Settings/src/com/android/settings/
H A DRadioInfo.java107 private TextView network; field in class:RadioInfo
254 network = (TextView) findViewById(R.id.network);
597 network.setText(display);
H A DDataUsageSummary.java318 // bind network switches
394 // selected network, and binds chart, cycles and detail list.
687 // kick off loader for network history
689 // network history when showing app detail.
869 throw new RuntimeException("problem reading network policy", e);
941 historyStart = mChartData.network.getStart();
942 historyEnd = mChartData.network.getEnd();
1047 // setting a network limit. doesn't mutate restrict state.
1108 * current mode. In network mode, updates {@link #mAdapter} with sorted list
1147 entry = mChartData.network
[all...]

Completed in 103 milliseconds