Loading src/com/android/server/telecom/CallAudioRouteController.java +1 −0 Original line number Diff line number Diff line Loading @@ -1015,6 +1015,7 @@ public class CallAudioRouteController implements CallAudioRouteAdapter { Log.i(this, "handleSwitchBaselineRoute: includeBluetooth: %b, " + "btAddressToExclude: %s", includeBluetooth, btAddressToExclude); boolean areExcludedBtAndDestBtSame = btAddressToExclude != null && mPendingAudioRoute.getDestRoute() != null && Objects.equals(btAddressToExclude, mPendingAudioRoute.getDestRoute() .getBluetoothAddress()); Pair<Integer, String> btDevicePendingMsg = Loading Loading
src/com/android/server/telecom/CallAudioRouteController.java +1 −0 Original line number Diff line number Diff line Loading @@ -1015,6 +1015,7 @@ public class CallAudioRouteController implements CallAudioRouteAdapter { Log.i(this, "handleSwitchBaselineRoute: includeBluetooth: %b, " + "btAddressToExclude: %s", includeBluetooth, btAddressToExclude); boolean areExcludedBtAndDestBtSame = btAddressToExclude != null && mPendingAudioRoute.getDestRoute() != null && Objects.equals(btAddressToExclude, mPendingAudioRoute.getDestRoute() .getBluetoothAddress()); Pair<Integer, String> btDevicePendingMsg = Loading