Reorder and clean up imports.
Test: rebuild Change-Id: I178485c84ae7146f991fd77b6d7504b029942a68
This commit is contained in:
@@ -18,8 +18,6 @@ package com.android.settings.deviceinfo;
|
||||
|
||||
import android.content.Context;
|
||||
import android.graphics.Color;
|
||||
import androidx.preference.Preference;
|
||||
import androidx.preference.PreferenceViewHolder;
|
||||
import android.util.MathUtils;
|
||||
import android.view.View;
|
||||
import android.widget.ProgressBar;
|
||||
@@ -27,6 +25,9 @@ import android.widget.TextView;
|
||||
|
||||
import com.android.settings.R;
|
||||
|
||||
import androidx.preference.Preference;
|
||||
import androidx.preference.PreferenceViewHolder;
|
||||
|
||||
public class StorageSummaryPreference extends Preference {
|
||||
private int mPercent = -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user