Searched refs:ACTION_REQUEST_DISABLE (Results 1 – 13 of 13) sorted by relevance
85 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()
81 mActivityController = createActivityController(WifiManager.ACTION_REQUEST_DISABLE); in testOnStartWifiDisabled_toggleDisableWifi_showsDialog()101 mActivityController = createActivityController(WifiManager.ACTION_REQUEST_DISABLE); in testOnStartWifiDisabled_toggleDisableWifi_finish()
306 } else if (intent.getAction().equals(BluetoothAdapter.ACTION_REQUEST_DISABLE)) { in parseIntent()321 + BluetoothAdapter.ACTION_REQUEST_DISABLE + " or " in parseIntent()
225 case WifiManager.ACTION_REQUEST_DISABLE: in extractActionState()
96 case WifiManager.ACTION_REQUEST_DISABLE: { in onCreate()
521 Intent disableWifi = new Intent(WifiManager.ACTION_REQUEST_DISABLE); in disableWifiIntent()533 Intent disableBluetooth = new Intent(BluetoothAdapter.ACTION_REQUEST_DISABLE); in disableBluetoothIntent()
267 case BluetoothAdapter.ACTION_REQUEST_DISABLE: in parseIntent()
346 ACTION_REQUEST_DISABLE = "android.bluetooth.adapter.action.REQUEST_DISABLE"; field in BluetoothAdapter
1191 callingUid, BluetoothAdapter.ACTION_REQUEST_DISABLE)) { in disable()
1209 public static final String ACTION_REQUEST_DISABLE = "android.net.wifi.action.REQUEST_DISABLE"; field in WifiManager
606 …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;
9886 Landroid/bluetooth/BluetoothAdapter;->ACTION_REQUEST_DISABLE:Ljava/lang/String;