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