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

Commit 0bae4db9 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove unused config for HFP Connection Service" into tm-qpr-dev

parents 9198c4fd 520a3f8a
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());