Searched refs:LIVE_CALL_STATES (Results 1 – 2 of 2) sorted by relevance
332 private static final int[] LIVE_CALL_STATES = field in CallsManager5040 exceptCall, null /* phoneAccountHandle*/, LIVE_CALL_STATES);5045 exceptCall, null /* phoneAccountHandle */, LIVE_CALL_STATES);5215 Call liveCall = getFirstCallWithState(LIVE_CALL_STATES);5351 Call liveCall = getFirstCallWithState(LIVE_CALL_STATES);
1219 private static final int[] LIVE_CALL_STATES = { CallState.ACTIVE, CallState.PULLING, field in InCallController3168 && !c.isSelfManaged() && c.isAlive() && ArrayUtils.contains(LIVE_CALL_STATES, in isTrackingManagedAliveCall()