Searched refs:ACTION_REQUEST_DISABLE (Results 1 – 14 of 14) sorted by relevance
75 createActivity(action = BluetoothAdapter.ACTION_REQUEST_DISABLE) in requestDisable_whenBluetoothIsOff_doNothing()85 createActivity(action = BluetoothAdapter.ACTION_REQUEST_DISABLE) in requestDisable_whenBluetoothIsOn_showConfirmDialog()
81 mActivityController = createActivityController(WifiManager.ACTION_REQUEST_DISABLE); in testOnStartWifiDisabled_toggleDisableWifi_showsDialog()101 mActivityController = createActivityController(WifiManager.ACTION_REQUEST_DISABLE); in testOnStartWifiDisabled_toggleDisableWifi_finish()
113 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()
303 } else if (intent.getAction().equals(BluetoothAdapter.ACTION_REQUEST_DISABLE)) { in parseIntent()318 + BluetoothAdapter.ACTION_REQUEST_DISABLE + " or " in parseIntent()
225 case WifiManager.ACTION_REQUEST_DISABLE: in extractActionState()
517 Intent disableWifi = new Intent(WifiManager.ACTION_REQUEST_DISABLE); in disableWifiIntent()529 Intent disableBluetooth = new Intent(BluetoothAdapter.ACTION_REQUEST_DISABLE); in disableBluetoothIntent()
96 case WifiManager.ACTION_REQUEST_DISABLE: { in onCreate()
269 case BluetoothAdapter.ACTION_REQUEST_DISABLE: in parseIntent()
386 public static final String ACTION_REQUEST_DISABLE = field in BluetoothAdapter
1782 public static final String ACTION_REQUEST_DISABLE = "android.net.wifi.action.REQUEST_DISABLE"; field in WifiManager
106 …anifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_REQUEST_DISABLE = "android…
840 …field public static final String ACTION_REQUEST_DISABLE = "android.net.wifi.action.REQUEST_DISABLE…
1785 Landroid/net/wifi/WifiManager;->ACTION_REQUEST_DISABLE:Ljava/lang/String;
79 Landroid/bluetooth/BluetoothAdapter;->ACTION_REQUEST_DISABLE:Ljava/lang/String;