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:
@@ -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";
|
||||
|
Reference in New Issue
Block a user