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

/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivity.java67 private static final String ACTION_CAPTIVE_PORTAL_LOGGED_IN = field in class:CaptivePortalLoginActivity
167 Intent intent = new Intent(ACTION_CAPTIVE_PORTAL_LOGGED_IN);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkMonitor.java96 private static final String ACTION_CAPTIVE_PORTAL_LOGGED_IN = field in class:NetworkMonitor
562 final IntentFilter filter = new IntentFilter(ACTION_CAPTIVE_PORTAL_LOGGED_IN);

Completed in 19 milliseconds