Searched refs:connCopy (Results 1 – 1 of 1) sorted by relevance
263 List<Connection> connCopy; in fakeHoldForegroundBeforeDial() local267 connCopy = (List<Connection>) mForegroundCall.mConnections.clone(); in fakeHoldForegroundBeforeDial()269 for (int i = 0, s = connCopy.size() ; i < s ; i++) { in fakeHoldForegroundBeforeDial()270 GsmCdmaConnection conn = (GsmCdmaConnection)connCopy.get(i); in fakeHoldForegroundBeforeDial()