- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for AGP (0.01 sec)
-
okhttp/src/main/kotlin/okhttp3/Cookie.kt
other.httpOnly == httpOnly && other.persistent == persistent && other.hostOnly == hostOnly && other.sameSite == sameSite } @IgnoreJRERequirement // As of AGP 3.4.1, D8 desugars API 24 hashCode methods. override fun hashCode(): Int { var result = 17 result = 31 * result + name.hashCode() result = 31 * result + value.hashCode()
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Apr 06 04:12:05 UTC 2024 - 23.1K bytes - Viewed (0)