Searched refs:fgConnection (Results 1 – 1 of 1) sorted by relevance
5191 private void handleConferenceFailed(ImsPhoneConnection fgConnection, in handleConferenceFailed() argument5193 if (fgConnection != null) { in handleConferenceFailed()5194 fgConnection.handleMergeComplete(); in handleConferenceFailed()5210 ImsPhoneConnection fgConnection = mForegroundCall.getFirstConnection(); in isForegroundHigherPriority() local5212 if (fgConnection.getCallPriority() > bgConnection.getCallPriority()) { in isForegroundHigherPriority()