Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DDevicePickerFragment.java133 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
DBluetoothSummaryUpdater.java58 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
DBluetoothSettings.java322 private void updateContent(int bluetoothState) { in updateContent()
444 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
DDeviceListPreferenceFragment.java221 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothSettingsActivity.java136 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
DBluetoothDeviceListAdapter.java257 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
/packages/apps/Settings/src/com/android/settings/widget/
DSettingsAppWidgetProvider.java491 int bluetoothState = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, -1); in onActualStateChange() local
499 private static int bluetoothStateToFiveState(int bluetoothState) { in bluetoothStateToFiveState()
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapIMProvider.java661 abstract protected int setBluetoothStatus(boolean bluetoothState); in setBluetoothStatus()