Remove developer menu: AVDTP delay reports/inband ringing
Bluetooth AVDTP delay reports and inband ringing are used by default. Developer option menu no longer used. Bug: 79610154 Test: robolectric Change-Id: I67fe10808151f101fc7e891f75953f8539255026
This commit is contained in:
@@ -131,7 +131,6 @@ public class DevelopmentSettingsDashboardFragmentTest {
|
||||
@Config(shadows = {
|
||||
ShadowPictureColorModePreferenceController.class,
|
||||
ShadowAdbPreferenceController.class,
|
||||
ShadowBluetoothInbandRingingPreferenceController.class,
|
||||
ShadowClearAdbKeysPreferenceController.class
|
||||
})
|
||||
public void searchIndex_pageEnabled_shouldNotAddKeysToNonIndexable() {
|
||||
@@ -282,15 +281,6 @@ public class DevelopmentSettingsDashboardFragmentTest {
|
||||
}
|
||||
}
|
||||
|
||||
@Implements(BluetoothInbandRingingPreferenceController.class)
|
||||
public static class ShadowBluetoothInbandRingingPreferenceController {
|
||||
|
||||
@Implementation
|
||||
public boolean isAvailable() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
@Implements(ClearAdbKeysPreferenceController.class)
|
||||
public static class ShadowClearAdbKeysPreferenceController {
|
||||
|
||||
|
Reference in New Issue
Block a user