Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java2191 public int getNumCallsWithState(final boolean isSelfManaged, Call excludeCall, in getNumCallsWithState() method in CallsManager
2193 return getNumCallsWithState(isSelfManaged ? CALL_FILTER_SELF_MANAGED : CALL_FILTER_MANAGED, in getNumCallsWithState()
2210 public int getNumCallsWithState(final int callFilter, Call excludeCall, in getNumCallsWithState() method in CallsManager
2240 return MAXIMUM_LIVE_CALLS <= getNumCallsWithState(false /* isSelfManaged */, in hasMaximumManagedLiveCalls()
2246 return MAXIMUM_SELF_MANAGED_CALLS <= getNumCallsWithState(true /* isSelfManaged */, in hasMaximumSelfManagedCalls()
2251 return MAXIMUM_HOLD_CALLS <= getNumCallsWithState(false /* isSelfManaged */, exceptCall, in hasMaximumManagedHoldingCalls()
2256 return MAXIMUM_RINGING_CALLS <= getNumCallsWithState(false /* isSelfManaged */, exceptCall, in hasMaximumManagedRingingCalls()
2262 return MAXIMUM_RINGING_CALLS <= getNumCallsWithState(true /* isSelfManaged */, exceptCall, in hasMaximumSelfManagedRingingCalls()
2267 return MAXIMUM_OUTGOING_CALLS <= getNumCallsWithState(false /* isSelfManaged */, exceptCall, in hasMaximumManagedOutgoingCalls()
2272 return MAXIMUM_DIALING_CALLS <= getNumCallsWithState(false /* isSelfManaged */, exceptCall, in hasMaximumManagedDialingCalls()
[all …]