Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DCaptivePortalLoginActivityTest.java22 import static android.net.ConnectivityManager.ACTION_CAPTIVE_PORTAL_SIGN_IN;
289 new Intent(ACTION_CAPTIVE_PORTAL_SIGN_IN) in initActivity()
307 new Intent(ACTION_CAPTIVE_PORTAL_SIGN_IN) in testonCreateWithNullCaptivePortal()
/packages/modules/Connectivity/framework/api/
Dcurrent.txt111 …field public static final String ACTION_CAPTIVE_PORTAL_SIGN_IN = "android.net.conn.CAPTIVE_PORTAL";
/packages/modules/Connectivity/framework/src/android/net/
DConnectivityManager.java184 public static final String ACTION_CAPTIVE_PORTAL_SIGN_IN = "android.net.conn.CAPTIVE_PORTAL"; field in ConnectivityManager
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java44 import static android.net.ConnectivityManager.ACTION_CAPTIVE_PORTAL_SIGN_IN;
3770 assertEquals(ACTION_CAPTIVE_PORTAL_SIGN_IN, signInIntent.getAction()); in testCaptivePortalApp()
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java4528 final Intent appIntent = new Intent(ConnectivityManager.ACTION_CAPTIVE_PORTAL_SIGN_IN); in startCaptivePortalAppInternal()