Searched defs:getForegroundCall (Results 1 - 2 of 2) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallAudioManager.java328 if (call != getForegroundCall()) {
353 public Call getForegroundCall() { method in class:CallAudioManager
704 Call foregroundCall = getForegroundCall();
H A DCallsManager.java594 public Call getForegroundCall() { method in class:CallsManager
596 // Happens when getForegroundCall is called before full initialization.
599 return mCallAudioManager.getForegroundCall();
697 if (getForegroundCall() != null) {
698 getForegroundCall().getAnalytics().setCallIsInterrupted(true);
1016 Call foregroundCall = getForegroundCall();
1603 Call foregroundCall = getForegroundCall();

Completed in 550 milliseconds