Searched refs:LOGGED_IN_RESULT (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivity.java65 // LOGGED_IN_RESULT = one of the CAPTIVE_PORTAL_APP_RETURN_* values below.
69 private static final String LOGGED_IN_RESULT = "result"; field in class:CaptivePortalLoginActivity
169 intent.putExtra(LOGGED_IN_RESULT, String.valueOf(result));
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkMonitor.java94 // LOGGED_IN_RESULT = one of the CAPTIVE_PORTAL_APP_RETURN_* values below.
98 private static final String LOGGED_IN_RESULT = "result"; field in class:NetworkMonitor
535 Integer.parseInt(intent.getStringExtra(LOGGED_IN_RESULT)), 0));

Completed in 78 milliseconds