Merge changes from topic 'FrictionIcons'
* changes: Revert picker icon sizes to 24dp. Comment changes from ag/1991360. Clean up wifi_friction icon unused states. Fix list item spacing for preferences.
This commit is contained in:
committed by
Android (Google) Code Review
commit
edec9f1795
@@ -56,11 +56,6 @@ public class WifiDetailPreferenceControllerTest {
|
||||
private static final int RSSI = -55;
|
||||
private static final String SECURITY = "None";
|
||||
|
||||
private Context mContext = RuntimeEnvironment.application;
|
||||
|
||||
@Mock(answer = Answers.RETURNS_DEEP_STUBS)
|
||||
private Drawable mockWifiIcon;
|
||||
|
||||
@Mock(answer = Answers.RETURNS_DEEP_STUBS)
|
||||
private PreferenceScreen mockScreen;
|
||||
|
||||
@@ -80,6 +75,7 @@ public class WifiDetailPreferenceControllerTest {
|
||||
@Mock private WifiDetailPreference mockDnsPref;
|
||||
@Mock private PreferenceCategory mockIpv6AddressCategory;
|
||||
|
||||
private Context mContext = RuntimeEnvironment.application;
|
||||
private Lifecycle mLifecycle;
|
||||
private WifiDetailPreferenceController mController;
|
||||
|
||||
|
Reference in New Issue
Block a user