Home
last modified time | relevance | path

Searched refs:fgConnection (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java5191 private void handleConferenceFailed(ImsPhoneConnection fgConnection, in handleConferenceFailed() argument
5193 if (fgConnection != null) { in handleConferenceFailed()
5194 fgConnection.handleMergeComplete(); in handleConferenceFailed()
5210 ImsPhoneConnection fgConnection = mForegroundCall.getFirstConnection(); in isForegroundHigherPriority() local
5212 if (fgConnection.getCallPriority() > bgConnection.getCallPriority()) { in isForegroundHigherPriority()