Searched refs:CallControlScope (Results 1 – 15 of 15) sorted by relevance
| /core/core-telecom/src/main/java/androidx/core/telecom/extensions/ |
| D | ExtensionInitializationScopeImpl.kt | 26 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()
|
| D | ExtensionInitializationScope.kt | 20 import androidx.core.telecom.CallControlScope 84 public fun onCall(onCall: suspend CallControlScope.() -> Unit)
|
| /core/core-telecom/api/ |
| D | api_lint.ignore | 2 NotCloseable: androidx.core.telecom.CallControlScope: 3 …nect()) should implement AutoCloseable and CloseGuard: class androidx.core.telecom.CallControlScope
|
| D | restricted_1.0.0-beta01.txt | 51 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…
|
| D | restricted_current.txt | 51 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…
|
| D | current.txt | 51 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…
|
| D | 1.0.0-beta01.txt | 51 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/ |
| D | VoipCall.kt | 27 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/ |
| D | BaseTelecomTest.kt | 30 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/ |
| D | VoipCall.kt | 25 import androidx.core.telecom.CallControlScope 69 init: CallControlScope.() -> Unit in addCall()
|
| /core/core-telecom/src/main/java/androidx/core/telecom/ |
| D | CallControlScope.kt | 69 public interface CallControlScope : CoroutineScope { interface
|
| D | CallsManager.kt | 273 block: CallControlScope.() -> Unit in <lambda>() 422 block: CallControlScope.() -> Unit in <lambda>()
|
| /core/core-telecom/src/main/java/androidx/core/telecom/internal/ |
| D | CallSession.kt | 31 import androidx.core.telecom.CallControlScope 517 ) : CallControlScope {
|
| D | CallSessionLegacy.kt | 36 import androidx.core.telecom.CallControlScope 634 ) : CallControlScope {
|
| /core/core-telecom/src/androidTest/java/androidx/core/telecom/test/ |
| D | BasicCallControlsTest.kt | 25 import androidx.core.telecom.CallControlScope in <lambda>()
|