Clean up: fix incorrect @VisibleForTesting imports
Test: rebuild and robotests Change-Id: I33d7ee1c0622c01f592920baaf01d44ad19d9a13
This commit is contained in:
@@ -40,11 +40,11 @@ import android.text.TextUtils;
|
||||
import android.util.ArrayMap;
|
||||
import android.util.Log;
|
||||
|
||||
import com.android.internal.annotations.VisibleForTesting;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
import androidx.annotation.VisibleForTesting;
|
||||
|
||||
public class TetherService extends Service {
|
||||
private static final String TAG = "TetherService";
|
||||
private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
|
||||
|
||||
Reference in New Issue
Block a user