Home
last modified time | relevance | path

Searched defs:bluetoothState (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothSettings.java311 private void updateContent(int bluetoothState) { in updateContent()
435 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
536 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
DDevicePickerFragment.java138 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
DDeviceListPreferenceFragment.java221 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
DDockService.java937 public void onBluetoothStateChanged(int bluetoothState) { } in onBluetoothStateChanged()
/packages/apps/Settings/src/com/android/settings/widget/
DSettingsAppWidgetProvider.java488 int bluetoothState = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, -1); in onActualStateChange() local
496 private static int bluetoothStateToFiveState(int bluetoothState) { in bluetoothStateToFiveState()
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapIMProvider.java667 abstract protected int setBluetoothStatus(boolean bluetoothState); in setBluetoothStatus()