Loading
Fix GsmCdmaCallTracker bug.
The intended behavior is to loop through the ringing call connection. In previous CL it mistakenly loop the ringing call connection by using index of foreground call. Change to use Java for-each loop to avoid similar issue. Test: atest FrameworksTelephonyTests:GsmCdmaCallTrackerTest Bug: 154088765 Change-Id: Icc42b45980ba513ecb2b2131ab51d54fea08f54c