Home
last modified time | relevance | path

Searched defs:code (Results 1 – 2 of 2) sorted by relevance

/core/core/src/main/java/androidx/core/app/
DPendingIntentCompat.java206 int code, in send()
230 int code, in send()
253 int code, in send()
301 int code, in send()
/core/core-telecom/src/main/java/androidx/core/telecom/
DCallException.kt23 public class CallException(@CallErrorCode public val code: Int = ERROR_UNKNOWN) : constant in androidx.core.telecom.CallException