Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DCaptivePortalLoginActivity.java293 Method onReceiveMethod = clazz.getDeclaredMethod("onReceive", Context.class, in setWebViewProxy() local
296 onReceiveMethod.invoke(rec, getApplicationContext(), intent); in setWebViewProxy()