Searched refs:hasLiveCall (Results 1 – 3 of 3) sorted by relevance
141 boolean hasLiveCall = call != null && call.isAlive(); in onWiredHeadsetPluggedInChanged()143 if (hasLiveCall) { in onWiredHeadsetPluggedInChanged()
86 boolean hasOngoingCall = InCallState.INCALL == newState && callList.hasLiveCall(); in onStateChange()
295 public boolean hasLiveCall() { in hasLiveCall() method in CallList