Searched refs:bgCall (Results 1 – 3 of 3) sorted by relevance
192 final Call bgCall = mCM.getFirstActiveBgCall(); in update() local193 if (bgCall != null && in update()194 TelephonyCapabilities.supportsHoldAndUnhold(bgCall.getPhone())) { in update()
255 Call bgCall = cm.getFirstActiveBgCall(); in updateState() local271 || (bgCall.getState() != Call.State.IDLE)) { in updateState()343 Call bgCall = cm.getFirstActiveBgCall(); in updateForegroundCall() local353 fgCall = bgCall; in updateForegroundCall()356 bgCall = null; in updateForegroundCall()372 displaySecondaryCallStatus(cm, bgCall); in updateForegroundCall()376 displaySecondaryCallStatus(cm, bgCall); in updateForegroundCall()
159 for (Call bgCall : cm.getBackgroundCalls()) { in handleMessage()160 if (!bgCall.isIdle()) { in handleMessage()161 bgConnections.addAll(bgCall.getConnections()); in handleMessage()