- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for isDefault (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
guava-testlib/src/com/google/common/testing/ForwardingWrapperTester.java
AccessibleObject.setAccessible(methods, true); for (Method method : methods) { // Interfaces can have default methods that aren't abstract. // No need to verify them. // Can't check isDefault() for Android compatibility. if (!Modifier.isAbstract(method.getModifiers())) { continue; } // The interface could be package-private or private. // filter out equals/hashCode/toString
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue May 13 17:27:14 GMT 2025 - 9.1K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/InterceptorOverridesTest.kt
OverrideParam.RetryOnConnectionFailure, OverrideParam.SocketFactory, OverrideParam.SslSocketFactory, OverrideParam.WriteTimeout, OverrideParam.X509TrustManager, ), isDefault: Boolean, ) { fun <T> Override<T>.testApplicationInterceptor(chain: Interceptor.Chain): Response { val defaultValue = chain.value() assertThat(isDefaultValue(chain.value())).isTrue()Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Mar 11 02:37:00 GMT 2026 - 28.8K bytes - Click Count (0)