Home
last modified time | relevance | path

Searched refs:callVoidMethodIfExists (Results 1 – 1 of 1) sorted by relevance

/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DCaptivePortalLoginActivity.java455 if (callVoidMethodIfExists(mCaptivePortal, "reevaluateNetwork")) return; in reevaluateNetwork()
460 private boolean callVoidMethodIfExists(@NonNull final Object target, in callVoidMethodIfExists() method in CaptivePortalLoginActivity