Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/
H A DBluetoothRequestPermissionActivityTest.java85 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_DISABLE); in onCreate_requestDisableIntent_hasDisableRequestType()
215 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_DISABLE); in onCreate_bluetoothOff_requestDisableIntent_noDialog()
226 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_DISABLE); in onCreate_bluetoothOn_requestDisableIntent_startsDialog()
286 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_DISABLE); in onPositiveClick_disableDialog_disables()
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/wifi/
H A DWifiRequestToggleActivityTest.java81 mActivityController = createActivityController(WifiManager.ACTION_REQUEST_DISABLE); in testOnStartWifiDisabled_toggleDisableWifi_showsDialog()
101 mActivityController = createActivityController(WifiManager.ACTION_REQUEST_DISABLE); in testOnStartWifiDisabled_toggleDisableWifi_finish()
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DRequestPermissionActivity.java306 } else if (intent.getAction().equals(BluetoothAdapter.ACTION_REQUEST_DISABLE)) { in parseIntent()
321 + BluetoothAdapter.ACTION_REQUEST_DISABLE + " or " in parseIntent()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/wifi/
H A DWifiRequestToggleActivity.java225 case WifiManager.ACTION_REQUEST_DISABLE: in extractActionState()
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/
H A DRequestToggleWiFiActivity.java96 case WifiManager.ACTION_REQUEST_DISABLE: { in onCreate()
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/connectivity/
H A DConnectivityFragment.java521 Intent disableWifi = new Intent(WifiManager.ACTION_REQUEST_DISABLE); in disableWifiIntent()
533 Intent disableBluetooth = new Intent(BluetoothAdapter.ACTION_REQUEST_DISABLE); in disableBluetoothIntent()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
H A DBluetoothRequestPermissionActivity.java267 case BluetoothAdapter.ACTION_REQUEST_DISABLE: in parseIntent()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java346 ACTION_REQUEST_DISABLE = "android.bluetooth.adapter.action.REQUEST_DISABLE"; field in BluetoothAdapter
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java1191 callingUid, BluetoothAdapter.ACTION_REQUEST_DISABLE)) { in disable()
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DWifiManager.java1209 public static final String ACTION_REQUEST_DISABLE = "android.net.wifi.action.REQUEST_DISABLE"; field in WifiManager
/aosp12/packages/modules/Wifi/framework/api/
H A Dsystem-current.txt606 …field public static final String ACTION_REQUEST_DISABLE = "android.net.wifi.action.REQUEST_DISABLE…
/aosp12/packages/modules/Wifi/apex/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt1785 Landroid/net/wifi/WifiManager;->ACTION_REQUEST_DISABLE:Ljava/lang/String;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt9886 Landroid/bluetooth/BluetoothAdapter;->ACTION_REQUEST_DISABLE:Ljava/lang/String;