Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothSettings.java119 mLocalManager.startScanning(false); in onResume()
167 mLocalManager.startScanning(true); in onOptionsItemSelected()
180 mLocalManager.startScanning(true); in onPreferenceTreeClick()
256 mLocalManager.startScanning(false); in onBluetoothStateChanged()
DLocalBluetoothManager.java152 public void startScanning(boolean force) { in startScanning() method in LocalBluetoothManager