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

Commit 773b4cba authored by Kihong Seong's avatar Kihong Seong Committed by Gerrit Code Review
Browse files

Merge "Remove unused config for HFP Connection Service"

parents 4e0c04f1 c00a3c12
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());