Home
last modified time | relevance | path

Searched refs:EXTRA_ENABLE_BLUETOOTH (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DBluetoothDevicesSlice.java69 static final String EXTRA_ENABLE_BLUETOOTH = "enable_bluetooth"; field in BluetoothDevicesSlice
146 final boolean enableBluetooth = intent.getBooleanExtra(EXTRA_ENABLE_BLUETOOTH, false); in onNotifyChange()
243 .putExtra(EXTRA_ENABLE_BLUETOOTH, true); in getBluetoothOffHeader()
/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/slices/
DBluetoothDevicesSliceTest.java22 … 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()