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

Commit 7586a5e4 authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by android-build-merger
Browse files

Merge "Move some NetworkStats tests to tests/net." am: ab3901dc am: 67401e25 am: 997e6b08

am: 42f7ca68

Change-Id: I94265917ea58b78c3ee56ee89f99c0af307b7fe2
parents a5e04889 42f7ca68
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ import android.test.suitebuilder.annotation.SmallTest;
import android.test.suitebuilder.annotation.Suppress;
import android.util.Log;

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

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

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

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