Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3138bc92 authored by Kihong Seong's avatar Kihong Seong Committed by Automerger Merge Worker
Browse files

Merge "Remove unused config for HFP Connection Service" am: 773b4cba

parents 0b45e67b 773b4cba
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -62,9 +62,6 @@
    <!-- For enabling browsed cover art with the AVRCP Controller Cover Artwork feature -->
    <bool name="avrcp_controller_cover_art_browsed_images">false</bool>

    <!-- For enabling the hfp client connection service -->
    <bool name="hfp_client_connection_service_enabled">false</bool>

    <!-- For supporting emergency call through the hfp client connection service  -->
    <bool name="hfp_client_connection_service_support_emergency_call">true</bool>

+0 −5
Original line number Diff line number Diff line
@@ -89,11 +89,6 @@ public class HfpClientConnectionServiceTest {

        Context targetContext = InstrumentationRegistry.getTargetContext();

        // HfpClientConnectionService is only enabled for some form factors, and the tests should
        // only be run if the service is enabled.
        assumeTrue(targetContext.getResources()
                .getBoolean(R.bool.hfp_client_connection_service_enabled));

        // Setup a mock TelecomManager so our calls don't start a real instance of this service
        doNothing().when(mMockTelecomManager).addNewIncomingCall(any(), any());
        doNothing().when(mMockTelecomManager).addNewUnknownCall(any(), any());