Clean up: fix incorrect @VisibleForTesting imports

Test: rebuild and robotests
Change-Id: I33d7ee1c0622c01f592920baaf01d44ad19d9a13
This commit is contained in:
Fan Zhang
2018-07-13 13:06:24 -07:00
parent 3889acd53f
commit 176ccd0c35
52 changed files with 72 additions and 56 deletions

View File

@@ -17,10 +17,11 @@ package com.android.settings.fuelgauge;
import android.content.Context;
import com.android.internal.annotations.VisibleForTesting;
import com.android.internal.os.BatteryStatsHelper;
import com.android.settingslib.utils.AsyncLoaderCompat;
import androidx.annotation.VisibleForTesting;
/**
* Loader that can be used by classes to load BatteryInfo in a background thread. This loader will
* automatically grab enhanced battery estimates if available or fall back to the system estimate