Clean up: fix incorrect @VisibleForTesting imports
Test: rebuild and robotests Change-Id: I33d7ee1c0622c01f592920baaf01d44ad19d9a13
This commit is contained in:
@@ -18,7 +18,6 @@ package com.android.settings.bluetooth;
|
||||
import android.content.Context;
|
||||
import android.view.View;
|
||||
|
||||
import com.android.internal.annotations.VisibleForTesting;
|
||||
import com.android.internal.logging.nano.MetricsProto;
|
||||
import com.android.internal.logging.nano.MetricsProto.MetricsEvent;
|
||||
import com.android.settings.R;
|
||||
@@ -34,6 +33,8 @@ import com.android.settingslib.core.lifecycle.events.OnStart;
|
||||
import com.android.settingslib.core.lifecycle.events.OnStop;
|
||||
import com.android.settingslib.widget.FooterPreference;
|
||||
|
||||
import androidx.annotation.VisibleForTesting;
|
||||
|
||||
/**
|
||||
* PreferenceController to update of bluetooth state. All behavior except managing the footer text
|
||||
* is delegated to the SwitchWidgetController it uses.
|
||||
|
||||
Reference in New Issue
Block a user