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.java6014 ImsPhoneConnection bgConnection) { in handleConferenceFailed() argument
6018 if (bgConnection != null) { in handleConferenceFailed()
6019 bgConnection.handleMergeComplete(); in handleConferenceFailed()
6033 ImsPhoneConnection bgConnection = mBackgroundCall.getFirstConnection(); in isForegroundHigherPriority() local
6034 if (fgConnection.getCallPriority() > bgConnection.getCallPriority()) { in isForegroundHigherPriority()