Home
last modified time | relevance | path

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

/core/core-telecom/src/main/java/androidx/core/telecom/
DCallException.kt23 public class CallException(@CallErrorCode public val code: Int = ERROR_UNKNOWN) :
51 public annotation class CallErrorCode class
DCallControlResult.kt74 public class Error(@CallException.Companion.CallErrorCode public val errorCode: Int) :