Home
last modified time | relevance | path

Searched refs:KEY_CONNECT_FOR_CALLER (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
DWifiDialogActivityTest.java166 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()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiDialogActivity.java87 static final String KEY_CONNECT_FOR_CALLER = "connect_for_caller"; field in WifiDialogActivity
292 if (getIntent().getBooleanExtra(KEY_CONNECT_FOR_CALLER, true)) { in onSubmit()
311 if (getIntent().getBooleanExtra(KEY_CONNECT_FOR_CALLER, true)) { in onSubmit()