Merge "Fix test build"

This commit is contained in:
James Lemieux
2018-10-22 19:53:45 +00:00
committed by Android (Google) Code Review

View File

@@ -58,6 +58,8 @@ import androidx.test.InstrumentationRegistry;
import androidx.test.filters.SmallTest;
import androidx.test.runner.AndroidJUnit4;
import com.android.internal.annotations.GuardedBy;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
@@ -67,8 +69,6 @@ import org.mockito.ArgumentCaptor;
import org.mockito.Mock;
import org.mockito.MockitoSession;
import javax.annotation.concurrent.GuardedBy;
@SmallTest
@RunWith(AndroidJUnit4.class)
public class AlarmManagerServiceTest {