Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/location/
DBluetoothScanningPreferenceControllerTest.java78 final int btScanning = Global.getInt(mContentResolver, Global.BLE_SCAN_ALWAYS_AVAILABLE, 0); in handlePreferenceTreeClick_checked_shouldEnableBluetoothScanning() local
79 assertThat(btScanning).isEqualTo(1); in handlePreferenceTreeClick_checked_shouldEnableBluetoothScanning()
88 final int btScanning = Global.getInt(mContentResolver, Global.BLE_SCAN_ALWAYS_AVAILABLE, 1); in handlePreferenceTreeClick_unchecked_shouldDisableBluetoothScanning() local
89 assertThat(btScanning).isEqualTo(0); in handlePreferenceTreeClick_unchecked_shouldDisableBluetoothScanning()