Searched refs:KEY_CONNECT_FOR_CALLER (Results 1 – 2 of 2) sorted by relevance
105 intent.putExtra(WifiDialogActivity.KEY_CONNECT_FOR_CALLER, true); in onSubmit2_whenConnectForCallerIsTrue_shouldConnectToNetwork()127 new Intent().putExtra(WifiDialogActivity.KEY_CONNECT_FOR_CALLER, false)) in onSubmit_whenConnectForCallerIsFalse_shouldNotConnectToNetwork()145 intent.putExtra(WifiDialogActivity.KEY_CONNECT_FOR_CALLER, false); in onSubmit2_whenConnectForCallerIsFalse_shouldNotConnectToNetwork()168 .putExtra(WifiDialogActivity.KEY_CONNECT_FOR_CALLER, false) in onSubmit_whenLaunchInSetupFlow_shouldBeLightThemeForWifiDialog()
77 static final String KEY_CONNECT_FOR_CALLER = "connect_for_caller"; field in WifiDialogActivity251 if (getIntent().getBooleanExtra(KEY_CONNECT_FOR_CALLER, true)) { in onSubmit()273 if (getIntent().getBooleanExtra(KEY_CONNECT_FOR_CALLER, true)) { in onSubmit()