Searched refs:KEY_CONNECT_FOR_CALLER (Results 1 – 2 of 2) sorted by relevance
166 intent.putExtra(WifiDialogActivity.KEY_CONNECT_FOR_CALLER, true); in onSubmit2_whenConnectForCallerIsTrue_shouldConnectToNetwork()177 intent.putExtra(WifiDialogActivity.KEY_CONNECT_FOR_CALLER, false); in onSubmit_whenConnectForCallerIsFalse_shouldNotConnectToNetwork()190 intent.putExtra(WifiDialogActivity.KEY_CONNECT_FOR_CALLER, false); in onSubmit2_whenConnectForCallerIsFalse_shouldNotConnectToNetwork()201 intent.putExtra(WifiDialogActivity.KEY_CONNECT_FOR_CALLER, false); in onStart_whenLaunchInSetupFlow_shouldCreateDialogWithSuwTheme()
87 static final String KEY_CONNECT_FOR_CALLER = "connect_for_caller"; field in WifiDialogActivity292 if (getIntent().getBooleanExtra(KEY_CONNECT_FOR_CALLER, true)) { in onSubmit()311 if (getIntent().getBooleanExtra(KEY_CONNECT_FOR_CALLER, true)) { in onSubmit()