Home
last modified time | relevance | path

Searched refs:ACTION_REQUEST_DISABLE (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DRequestPermissionActivityTest.kt75 createActivity(action = BluetoothAdapter.ACTION_REQUEST_DISABLE) in requestDisable_whenBluetoothIsOff_doNothing()
85 createActivity(action = BluetoothAdapter.ACTION_REQUEST_DISABLE) in requestDisable_whenBluetoothIsOn_showConfirmDialog()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/wifi/
DWifiRequestToggleActivityTest.java81 mActivityController = createActivityController(WifiManager.ACTION_REQUEST_DISABLE); in testOnStartWifiDisabled_toggleDisableWifi_showsDialog()
101 mActivityController = createActivityController(WifiManager.ACTION_REQUEST_DISABLE); in testOnStartWifiDisabled_toggleDisableWifi_finish()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/bluetooth/
DBluetoothRequestPermissionActivityTest.java113 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_DISABLE); in onCreate_requestDisableIntent_hasDisableRequestType()
225 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_DISABLE); in onCreate_bluetoothOff_requestDisableIntent_noDialog()
235 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_DISABLE); in onCreate_bluetoothOn_requestDisableIntent_startsDialog()
289 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_DISABLE); in onPositiveClick_disableDialog_disables()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DRequestPermissionActivity.java303 } else if (intent.getAction().equals(BluetoothAdapter.ACTION_REQUEST_DISABLE)) { in parseIntent()
318 + BluetoothAdapter.ACTION_REQUEST_DISABLE + " or " in parseIntent()
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/
DWifiRequestToggleActivity.java225 case WifiManager.ACTION_REQUEST_DISABLE: in extractActionState()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/connectivity/
DConnectivityFragment.java517 Intent disableWifi = new Intent(WifiManager.ACTION_REQUEST_DISABLE); in disableWifiIntent()
529 Intent disableBluetooth = new Intent(BluetoothAdapter.ACTION_REQUEST_DISABLE); in disableBluetoothIntent()
/packages/apps/Settings/src/com/android/settings/wifi/
DRequestToggleWiFiActivity.java96 case WifiManager.ACTION_REQUEST_DISABLE: { in onCreate()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothRequestPermissionActivity.java269 case BluetoothAdapter.ACTION_REQUEST_DISABLE: in parseIntent()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java386 public static final String ACTION_REQUEST_DISABLE = field in BluetoothAdapter
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiManager.java1782 public static final String ACTION_REQUEST_DISABLE = "android.net.wifi.action.REQUEST_DISABLE"; field in WifiManager
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt106 …anifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_REQUEST_DISABLE = "android…
/packages/modules/Wifi/framework/api/
Dsystem-current.txt840 …field public static final String ACTION_REQUEST_DISABLE = "android.net.wifi.action.REQUEST_DISABLE…
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1785 Landroid/net/wifi/WifiManager;->ACTION_REQUEST_DISABLE:Ljava/lang/String;
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt79 Landroid/bluetooth/BluetoothAdapter;->ACTION_REQUEST_DISABLE:Ljava/lang/String;