Searched defs:answer (Results 1 – 3 of 3) sorted by relevance
| /core/core-telecom/src/main/java/androidx/core/telecom/ | ||
| D | CallControlScope.kt | 109 public suspend fun answer( method |
| /core/core-telecom/src/main/java/androidx/core/telecom/internal/ | ||
| D | CallSessionLegacy.kt | 367 fun answer(videoState: Int): CallControlResult { in answer() method in androidx.core.telecom.internal.CallSessionLegacy |
| D | CallSession.kt | 393 suspend fun answer(videoState: Int): CallControlResult { in answer() method |