Home
last modified time | relevance | path

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

/core/core-telecom/src/main/java/androidx/core/telecom/extensions/
DExtensionInitializationScopeImpl.kt26 import androidx.core.telecom.CallControlScope
60 private var onCreateDelegate: (suspend CallControlScope.() -> Unit)? = null
63 override fun onCall(onCall: suspend CallControlScope.() -> Unit) { in onCall()
143 internal fun invokeDelegate(scope: CallControlScope) { in invokeDelegate()
DExtensionInitializationScope.kt20 import androidx.core.telecom.CallControlScope
84 public fun onCall(onCall: suspend CallControlScope.() -> Unit)
/core/core-telecom/api/
Dapi_lint.ignore2 NotCloseable: androidx.core.telecom.CallControlScope:
3 …nect()) should implement AutoCloseable and CloseGuard: class androidx.core.telecom.CallControlScope
Drestricted_1.0.0-beta01.txt51 public interface CallControlScope extends kotlinx.coroutines.CoroutineScope {
122 …ctive, kotlin.jvm.functions.Function1<? super androidx.core.telecom.CallControlScope,kotlin.Unit> …
178 …onCall(kotlin.jvm.functions.Function2<? super androidx.core.telecom.CallControlScope,? super kotli…
Drestricted_current.txt51 public interface CallControlScope extends kotlinx.coroutines.CoroutineScope {
122 …ctive, kotlin.jvm.functions.Function1<? super androidx.core.telecom.CallControlScope,kotlin.Unit> …
178 …onCall(kotlin.jvm.functions.Function2<? super androidx.core.telecom.CallControlScope,? super kotli…
Dcurrent.txt51 public interface CallControlScope extends kotlinx.coroutines.CoroutineScope {
122 …ctive, kotlin.jvm.functions.Function1<? super androidx.core.telecom.CallControlScope,kotlin.Unit> …
178 …onCall(kotlin.jvm.functions.Function2<? super androidx.core.telecom.CallControlScope,? super kotli…
D1.0.0-beta01.txt51 public interface CallControlScope extends kotlinx.coroutines.CoroutineScope {
122 …ctive, kotlin.jvm.functions.Function1<? super androidx.core.telecom.CallControlScope,kotlin.Unit> …
178 …onCall(kotlin.jvm.functions.Function2<? super androidx.core.telecom.CallControlScope,? super kotli…
/core/core-telecom/integration-tests/testapp/src/main/java/androidx/core/telecom/test/
DVoipCall.kt27 import androidx.core.telecom.CallControlScope
48 var mCallControl: CallControlScope? = null
120 fun setCallControl(callControl: CallControlScope) { in setCallControl()
/core/core-telecom/src/androidTest/java/androidx/core/telecom/test/utils/
DBaseTelecomTest.kt30 import androidx.core.telecom.CallControlScope
213 assertBlock: CallControlScope.() -> (Unit) in assertWithinTimeout_addCall()
216 var callControlScope: CallControlScope? = null in assertWithinTimeout_addCall()
/core/core-telecom/src/androidTest/java/androidx/core/telecom/test/VoipAppWithExtensions/
DVoipCall.kt25 import androidx.core.telecom.CallControlScope
69 init: CallControlScope.() -> Unit in addCall()
/core/core-telecom/src/main/java/androidx/core/telecom/
DCallControlScope.kt69 public interface CallControlScope : CoroutineScope { interface
DCallsManager.kt273 block: CallControlScope.() -> Unit in <lambda>()
422 block: CallControlScope.() -> Unit in <lambda>()
/core/core-telecom/src/main/java/androidx/core/telecom/internal/
DCallSession.kt31 import androidx.core.telecom.CallControlScope
517 ) : CallControlScope {
DCallSessionLegacy.kt36 import androidx.core.telecom.CallControlScope
634 ) : CallControlScope {
/core/core-telecom/src/androidTest/java/androidx/core/telecom/test/
DBasicCallControlsTest.kt25 import androidx.core.telecom.CallControlScope in <lambda>()