Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java332 private static final int[] LIVE_CALL_STATES = field in CallsManager
5040 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);
DInCallController.java1219 private static final int[] LIVE_CALL_STATES = { CallState.ACTIVE, CallState.PULLING, field in InCallController
3168 && !c.isSelfManaged() && c.isAlive() && ArrayUtils.contains(LIVE_CALL_STATES, in isTrackingManagedAliveCall()