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

Commit 997e6b08 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

Change-Id: I732b7dbc6b0d29a79aff727c2357ed6bb9456f6c
parents cfd72909 67401e25
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