Add DataUsageListV2 for showing network stats detail.

Initial step: simply duplicate the existing DataUsageList class.

Bug: 111751694
Test: make RunSettingsRoboTests
Change-Id: I4d48405cd127cccb041ba0457638337f6918ce2e
This commit is contained in:
Doris Ling
2018-09-14 16:17:17 -07:00
parent 2508560eeb
commit 6127d9de4c
6 changed files with 751 additions and 3 deletions

View File

@@ -75,7 +75,12 @@ import java.util.List;
/**
* Panel showing data usage history across various networks, including options
* to inspect based on usage cycle and control through {@link NetworkPolicy}.
* Deprecated in favor of {@link DataUsageListV2}
*
* @deprecated
*/
@Deprecated
public class DataUsageList extends DataUsageBaseFragment {
public static final String EXTRA_SUB_ID = "sub_id";