Searched refs:signInIntent (Results 1 – 1 of 1) sorted by relevance
2832 final Intent signInIntent = mServiceContext.expectStartActivityIntent(TIMEOUT_MS); in testCaptivePortalApp() local2833 assertEquals(ACTION_CAPTIVE_PORTAL_SIGN_IN, signInIntent.getAction()); in testCaptivePortalApp()2834 assertEquals(testValue, signInIntent.getStringExtra(testKey)); in testCaptivePortalApp()