Converting tests to Androidx

Bug: 112610679
Change-Id: I712826e668f1fbeb4e47cc541d4f5296d8eb74c0
This commit is contained in:
Vadim Tryshev
2018-08-15 15:28:47 -07:00
committed by Jeff Gaston
parent 58ad76fd62
commit 0a9f3ab4a6
36 changed files with 102 additions and 102 deletions

View File

@@ -18,7 +18,7 @@ package com.android.launcher3.util.rule;
import android.content.ComponentName;
import android.content.pm.ActivityInfo;
import android.os.ParcelFileDescriptor;
import android.support.test.InstrumentationRegistry;
import androidx.test.InstrumentationRegistry;
import org.junit.rules.TestRule;
import org.junit.runner.Description;