Home
last modified time | relevance | path

Searched refs:ACTION_REQUEST_ENABLE (Results 1 – 17 of 17) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DRequestPermissionActivityTest.kt53 createActivity(action = BluetoothAdapter.ACTION_REQUEST_ENABLE) in requestEnable_whenBluetoothIsOff_showConfirmDialog()
65 createActivity(action = BluetoothAdapter.ACTION_REQUEST_ENABLE) in requestEnable_whenBluetoothIsOn_doNothing()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/wifi/
DWifiRequestToggleActivityTest.java71 mActivityController = createActivityController(WifiManager.ACTION_REQUEST_ENABLE); in testOnStartWifiEnabled_toggleEnableWifi_showsDialog()
91 mActivityController = createActivityController(WifiManager.ACTION_REQUEST_ENABLE); in testOnStartWifiEnabled_toggleEnableWifi_finish()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/bluetooth/
DBluetoothRequestPermissionActivityTest.java214 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE); in onCreate_requestEnableIntent_hasEnableRequestType()
268 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE); in onCreate_bluetoothOff_requestEnableIntent_startsDialog()
279 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE); in onCreate_bluetoothOn_requestEnableIntent_noDialog()
318 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE); in onPositiveClick_enableDialog_enables()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DRequestPermissionActivity.java301 if (intent.getAction().equals(BluetoothAdapter.ACTION_REQUEST_ENABLE)) { in parseIntent()
317 + BluetoothAdapter.ACTION_REQUEST_ENABLE + ", " in parseIntent()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothRequestPermissionActivity.java90 || intent.getAction().equals(BluetoothAdapter.ACTION_REQUEST_ENABLE)) { in parseIntent()
/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/
DRequestToggleWiFiActivityTest.java67 mActivityScenario = ActivityScenario.launch(new Intent(WifiManager.ACTION_REQUEST_ENABLE)); in setUp()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothRequestPermissionActivity.java266 case BluetoothAdapter.ACTION_REQUEST_ENABLE: in parseIntent()
284 + BluetoothAdapter.ACTION_REQUEST_ENABLE); in parseIntent()
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DMainActivity.java154 Intent enableBtIntent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE); in onOptionsItemSelected()
217 new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE); in setupLeAudioViewModel()
/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/tests/
DBluetoothRequestPermissionTest.java107 i.setAction(BluetoothAdapter.ACTION_REQUEST_ENABLE); in requestPermission()
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/
DWifiRequestToggleActivity.java222 case WifiManager.ACTION_REQUEST_ENABLE: in extractActionState()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/connectivity/
DConnectivityFragment.java511 Intent enableWifi = new Intent(WifiManager.ACTION_REQUEST_ENABLE); in enableWifiIntent()
523 Intent enableBluetooth = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE); in enableBluetoothIntent()
/packages/apps/Settings/src/com/android/settings/wifi/
DRequestToggleWiFiActivity.java92 case WifiManager.ACTION_REQUEST_ENABLE: { in onCreate()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java358 public static final String ACTION_REQUEST_ENABLE = field in BluetoothAdapter
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt65 …Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_REQUEST_ENABLE = "android…
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiManager.java1770 public static final String ACTION_REQUEST_ENABLE = "android.net.wifi.action.REQUEST_ENABLE"; field in WifiManager
/packages/modules/Wifi/framework/api/
Dsystem-current.txt841 … field public static final String ACTION_REQUEST_ENABLE = "android.net.wifi.action.REQUEST_ENABLE";
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1786 Landroid/net/wifi/WifiManager;->ACTION_REQUEST_ENABLE:Ljava/lang/String;