Move BatteryInfo to settings from settingslib
This CL simply moves BatteryInfo from settingslib to settings and makes sure the tests still pass. No other changes are made other than imports or minor changes needed to make sure existing code does not break. Test: Robotests still pass Bug: 38399275 Bug: 38398949 Bug: 38399654 Change-Id: I59803348e2780b7676ccc6c43234a586c184d71f
This commit is contained in:
@@ -27,7 +27,6 @@ import static org.mockito.Mockito.verify;
|
||||
import android.content.Context;
|
||||
import android.content.Intent;
|
||||
import android.os.BatteryManager;
|
||||
import android.support.v7.preference.Preference;
|
||||
import android.support.v7.preference.PreferenceScreen;
|
||||
import android.widget.TextView;
|
||||
|
||||
@@ -37,7 +36,6 @@ import com.android.settings.TestConfig;
|
||||
import com.android.settings.applications.LayoutPreference;
|
||||
import com.android.settings.testutils.shadow.SettingsShadowResources;
|
||||
import com.android.settings.testutils.shadow.ShadowDynamicIndexableContentMonitor;
|
||||
import com.android.settingslib.BatteryInfo;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
|
Reference in New Issue
Block a user