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

@@ -1,6 +1,6 @@
package com.android.launcher3.model;
import android.support.test.runner.AndroidJUnit4;
import androidx.test.runner.AndroidJUnit4;
import com.android.launcher3.ItemInfo;
import com.android.launcher3.LauncherAppWidgetInfo;