Searched refs:bgConnection (Results 1 – 1 of 1) sorted by relevance
6014 ImsPhoneConnection bgConnection) { in handleConferenceFailed() argument6018 if (bgConnection != null) { in handleConferenceFailed()6019 bgConnection.handleMergeComplete(); in handleConferenceFailed()6033 ImsPhoneConnection bgConnection = mBackgroundCall.getFirstConnection(); in isForegroundHigherPriority() local6034 if (fgConnection.getCallPriority() > bgConnection.getCallPriority()) { in isForegroundHigherPriority()