Searched refs:bgConnection (Results 1 – 1 of 1) sorted by relevance
5192 ImsPhoneConnection bgConnection) { in handleConferenceFailed() argument5196 if (bgConnection != null) { in handleConferenceFailed()5197 bgConnection.handleMergeComplete(); in handleConferenceFailed()5211 ImsPhoneConnection bgConnection = mBackgroundCall.getFirstConnection(); in isForegroundHigherPriority() local5212 if (fgConnection.getCallPriority() > bgConnection.getCallPriority()) { in isForegroundHigherPriority()