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