Home
last modified time | relevance | path

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

/core/core-telecom/src/main/java/androidx/core/telecom/internal/
DCompatibility.kt27 fun getCallState(call: Call): Int { in getCallState() method
29 Api31Impl.getCallState(call) in getCallState()
40 fun getCallState(call: Call): Int { in getCallState() method
/core/core-telecom/integration-tests/testicsapp/src/main/java/androidx/core/telecom/test/
DCompatibility.kt53 fun getCallState(call: Call): Int { in getCallState() method
55 Api31Impl.getCallState(call) in getCallState()
131 fun getCallState(call: Call): Int { in getCallState() method
/core/core-telecom/src/main/java/androidx/core/telecom/extensions/
DCallExtensionScopeImpl.kt313 Compatibility.getCallState(call) != Call.STATE_CONNECTING in <lambda>()
570 if (Api26Impl.getCallState(call) != Call.STATE_DISCONNECTED) { in <lambda>()
584 fun getCallState(call: Call): Int { in getCallState() method
586 Api31Impl.getCallState(call) in getCallState()
597 fun getCallState(call: Call): Int { in getCallState() method
/core/core-telecom/integration-tests/testicsapp/src/main/java/androidx/core/telecom/test/services/
DCallDataEmitters.kt324 state = getState(Compatibility.getCallState(icsCall.call)), in createCallData()