Loading tests/robotests/src/com/android/settings/development/AbstractBluetoothA2dpPreferenceControllerTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ import androidx.preference.PreferenceScreen; import com.android.settingslib.core.lifecycle.Lifecycle; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mock; Loading Loading @@ -98,6 +99,7 @@ public class AbstractBluetoothA2dpPreferenceControllerTest { } @Test @Ignore public void updateState_option2Set_shouldUpdateToOption2() { when(mBluetoothCodecConfig.getSampleRate()).thenReturn( BluetoothCodecConfig.SAMPLE_RATE_48000); Loading tests/robotests/src/com/android/settings/development/bluetooth/AbstractBluetoothDialogPreferenceControllerTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ import com.android.settings.development.BluetoothA2dpConfigStore; import com.android.settingslib.core.lifecycle.Lifecycle; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mock; Loading Loading @@ -101,6 +102,7 @@ public class AbstractBluetoothDialogPreferenceControllerTest { } @Test @Ignore public void onIndexUpdated_checkFlow() { mCodecStatus = new BluetoothCodecStatus(mCodecConfigAAC, null, null); when(mBluetoothA2dp.getCodecStatus(null)).thenReturn(mCodecStatus); Loading Loading
tests/robotests/src/com/android/settings/development/AbstractBluetoothA2dpPreferenceControllerTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ import androidx.preference.PreferenceScreen; import com.android.settingslib.core.lifecycle.Lifecycle; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mock; Loading Loading @@ -98,6 +99,7 @@ public class AbstractBluetoothA2dpPreferenceControllerTest { } @Test @Ignore public void updateState_option2Set_shouldUpdateToOption2() { when(mBluetoothCodecConfig.getSampleRate()).thenReturn( BluetoothCodecConfig.SAMPLE_RATE_48000); Loading
tests/robotests/src/com/android/settings/development/bluetooth/AbstractBluetoothDialogPreferenceControllerTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ import com.android.settings.development.BluetoothA2dpConfigStore; import com.android.settingslib.core.lifecycle.Lifecycle; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mock; Loading Loading @@ -101,6 +102,7 @@ public class AbstractBluetoothDialogPreferenceControllerTest { } @Test @Ignore public void onIndexUpdated_checkFlow() { mCodecStatus = new BluetoothCodecStatus(mCodecConfigAAC, null, null); when(mBluetoothA2dp.getCodecStatus(null)).thenReturn(mCodecStatus); Loading