Searched refs:EXTRA_ENABLE_BLUETOOTH (Results 1 – 2 of 2) sorted by relevance
69 static final String EXTRA_ENABLE_BLUETOOTH = "enable_bluetooth"; field in BluetoothDevicesSlice146 final boolean enableBluetooth = intent.getBooleanExtra(EXTRA_ENABLE_BLUETOOTH, false); in onNotifyChange()243 .putExtra(EXTRA_ENABLE_BLUETOOTH, true); in getBluetoothOffHeader()
22 … com.android.settings.homepage.contextualcards.slices.BluetoothDevicesSlice.EXTRA_ENABLE_BLUETOOTH;154 final Intent intent = new Intent().putExtra(EXTRA_ENABLE_BLUETOOTH, true); in getSlice_bluetoothTurningOn_shouldHaveBluetoothDevicesTitleAndPairNewDevice()