
The list APIs only provides the current size of the list. In certain cases, to be able to decide if the queue is full we can compare the current size with the max size of the list and not attempt to add to the list at all. Change-Id: Ic0844ae9fccd8bcc9603d31c41692680966e1753 CRs-Fixed:2304508