Migrate Dial pad tones preference
Bug: 364899400 Test: atest DialPadTonePreferenceTest Flag: com.android.settings.flags.catalyst_sound_screen Change-Id: I5939a4d41ad61337f38bd5d48a1cb74f14f1e397
This commit is contained in:
@@ -39,6 +39,7 @@ import org.robolectric.RobolectricTestRunner;
|
||||
import org.robolectric.RuntimeEnvironment;
|
||||
import org.robolectric.annotation.Config;
|
||||
|
||||
// LINT.IfChange
|
||||
@RunWith(RobolectricTestRunner.class)
|
||||
@Config(shadows = {
|
||||
com.android.settings.testutils.shadow.ShadowFragment.class,
|
||||
@@ -123,3 +124,4 @@ public class DialPadTonePreferenceControllerTest {
|
||||
assertThat(System.getInt(mContentResolver, System.DTMF_TONE_WHEN_DIALING, 1)).isEqualTo(0);
|
||||
}
|
||||
}
|
||||
// LINT.ThenChange(DialPadTonePreferenceTest.kt)
|
||||
|
||||
Reference in New Issue
Block a user