Loading android/app/res/values/config.xml +0 −3 Original line number Diff line number Diff line Loading @@ -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> Loading android/app/tests/unit/src/com/android/bluetooth/hfpclient/connserv/HfpClientConnectionServiceTest.java +0 −5 Original line number Diff line number Diff line Loading @@ -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()); Loading Loading
android/app/res/values/config.xml +0 −3 Original line number Diff line number Diff line Loading @@ -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> Loading
android/app/tests/unit/src/com/android/bluetooth/hfpclient/connserv/HfpClientConnectionServiceTest.java +0 −5 Original line number Diff line number Diff line Loading @@ -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()); Loading