Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java5192 ImsPhoneConnection bgConnection) { in handleConferenceFailed() argument
5196 if (bgConnection != null) { in handleConferenceFailed()
5197 bgConnection.handleMergeComplete(); in handleConferenceFailed()
5211 ImsPhoneConnection bgConnection = mBackgroundCall.getFirstConnection(); in isForegroundHigherPriority() local
5212 if (fgConnection.getCallPriority() > bgConnection.getCallPriority()) { in isForegroundHigherPriority()