Searched refs:fgConnection (Results 1 – 1 of 1) sorted by relevance
6013 private void handleConferenceFailed(ImsPhoneConnection fgConnection, in handleConferenceFailed() argument6015 if (fgConnection != null) { in handleConferenceFailed()6016 fgConnection.handleMergeComplete(); in handleConferenceFailed()6032 ImsPhoneConnection fgConnection = mForegroundCall.getFirstConnection(); in isForegroundHigherPriority() local6034 if (fgConnection.getCallPriority() > bgConnection.getCallPriority()) { in isForegroundHigherPriority()