Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DCaptivePortalLoginActivity.java113 logMetricsEvent(MetricsEvent.ACTION_CAPTIVE_PORTAL_LOGIN_ACTIVITY); in onCreate()
230 logMetricsEvent(result.metricsEvent); in done()
510 logMetricsEvent(MetricsEvent.CAPTIVE_PORTAL_LOGIN_ACTIVITY_SSL_ERROR); in onReceivedSslError()
679 private void logMetricsEvent(int event) { in logMetricsEvent() method in CaptivePortalLoginActivity