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.java6013 private void handleConferenceFailed(ImsPhoneConnection fgConnection, in handleConferenceFailed() argument
6015 if (fgConnection != null) { in handleConferenceFailed()
6016 fgConnection.handleMergeComplete(); in handleConferenceFailed()
6032 ImsPhoneConnection fgConnection = mForegroundCall.getFirstConnection(); in isForegroundHigherPriority() local
6034 if (fgConnection.getCallPriority() > bgConnection.getCallPriority()) { in isForegroundHigherPriority()