Searched refs:hasTimeout (Results 1 – 2 of 2) sorted by relevance
737 val hasTimeout = timeoutTime != null && currentTime.after(timeoutTime) in <lambda>() constant738 if (!hasTimeout) { in <lambda>()
673 boolean hasTimeout = timeoutTime != null && currentTime.after(timeoutTime); in registerInstance()674 if (!hasTimeout) { in registerInstance()