Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
H A DWifiDialogActivityTest.java105 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()
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiDialogActivity.java77 static final String KEY_CONNECT_FOR_CALLER = "connect_for_caller"; field in WifiDialogActivity
251 if (getIntent().getBooleanExtra(KEY_CONNECT_FOR_CALLER, true)) { in onSubmit()
273 if (getIntent().getBooleanExtra(KEY_CONNECT_FOR_CALLER, true)) { in onSubmit()