Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c86013be authored by Lorenzo Colitti's avatar Lorenzo Colitti
Browse files

Move some NetworkStats tests to tests/net.

This groups them together with the rest of the networking unit
tests. It also speeds up compile/test cycles ("runtest -x" of one
file goes from 1m15s to 30s).

Test: runtest frameworks-net passes on internal tree
Change-Id: I53cb0c51355fe4b4b30e451fa09fbbf58da39efd
parent 70fea2df
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -38,7 +38,7 @@ import android.test.suitebuilder.annotation.SmallTest;
import android.test.suitebuilder.annotation.Suppress;
import android.test.suitebuilder.annotation.Suppress;
import android.util.Log;
import android.util.Log;


import com.android.frameworks.coretests.R;
import com.android.frameworks.tests.net.R;


import java.io.ByteArrayInputStream;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.ByteArrayOutputStream;
+1 −1
Original line number Original line Diff line number Diff line
@@ -30,7 +30,7 @@ import android.net.NetworkStats;
import android.net.TrafficStats;
import android.net.TrafficStats;
import android.test.AndroidTestCase;
import android.test.AndroidTestCase;


import com.android.frameworks.coretests.R;
import com.android.frameworks.tests.net.R;


import java.io.File;
import java.io.File;
import java.io.FileOutputStream;
import java.io.FileOutputStream;
Loading