Remove obsolete chart view widgets.
ChartDataUsageView and ChartNetworkSeriesView are no longer being used. Remove them to avoid the need to maintain obsolete codes. Bug: 117433810 Test: rebuild and make RunSettingsRoboTests Change-Id: I0c99725500926083bee693c102a323d563647c3a
This commit is contained in:
@@ -28,7 +28,6 @@ import android.content.pm.UserInfo;
|
||||
import android.graphics.Color;
|
||||
import android.net.ConnectivityManager;
|
||||
import android.net.NetworkPolicy;
|
||||
import android.net.NetworkStatsHistory;
|
||||
import android.net.NetworkTemplate;
|
||||
import android.os.AsyncTask;
|
||||
import android.os.Bundle;
|
||||
@@ -252,8 +251,7 @@ public class DataUsageListV2 extends DataUsageBaseFragment {
|
||||
}
|
||||
|
||||
/**
|
||||
* Update body content based on current tab. Loads
|
||||
* {@link NetworkStatsHistory} and {@link NetworkPolicy} from system, and
|
||||
* Update body content based on current tab. Loads network cycle data from system, and
|
||||
* binds them to visible controls.
|
||||
*/
|
||||
private void updateBody() {
|
||||
|
Reference in New Issue
Block a user