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.java672 if (callVoidMethodIfExists(mCaptivePortal, "reevaluateNetwork")) return; in reevaluateNetwork()
677 private boolean callVoidMethodIfExists(@NonNull final Object target, in callVoidMethodIfExists() method in CaptivePortalLoginActivity