Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioManager.java814 Call possibleConnectingCall = null; in updateForegroundCall() local
817 possibleConnectingCall = call; in updateForegroundCall()
822 if (possibleConnectingCall != null) { in updateForegroundCall()
823 mForegroundCall = possibleConnectingCall; in updateForegroundCall()
838 mForegroundCall = possibleConnectingCall == null ? in updateForegroundCall()
839 mActiveDialingOrConnectingCalls.iterator().next() : possibleConnectingCall; in updateForegroundCall()