Searched defs:toState (Results 1 – 3 of 3) sorted by relevance
12 internal fun <T> Result<T>.toState( in toState() method19 internal fun <T> Result<T>.toState(caller: CancellableContinuation<*>): Any? = fold( in toState() method
399 static State toState(ConnectivityState state) { in toState() method in ChannelzProtoUtil
345 public void toState() { in toState() method in ChannelzProtoUtilTest