Clean FooterPreferenceMixin and FooterPreferenceMixinCompat

Fixes: 124129485
Test: manual test
Test: make RunSettingsRoboTests ROBOTEST_FILTER=com.android.settings.core
Test: make RunSettingsRoboTests ROBOTEST_FILTER=com.android.settings.SettingsPreferenceFragmentTest
Test: make RunSettingsRoboTests ROBOTEST_FILTER=com.android.settings.bluetooth
Change-Id: I920d0de403b9c7109de0e2e53be7ed99bc8e7390
This commit is contained in:
Sunny Shao
2019-08-29 14:28:13 +08:00
parent 9415f4d312
commit bf4349733d
3 changed files with 2 additions and 9 deletions

View File

@@ -32,7 +32,7 @@ import com.android.settingslib.widget.FooterPreference;
public class BluetoothDetailsMacAddressController extends BluetoothDetailsController {
public static final String KEY_DEVICE_DETAILS_FOOTER = "device_details_footer";
FooterPreference mFooterPreference;
private FooterPreference mFooterPreference;
public BluetoothDetailsMacAddressController(Context context,
PreferenceFragmentCompat fragment,