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/
DBluetoothCallback.java24 void onBluetoothStateChanged(int bluetoothState); in onBluetoothStateChanged()
DBluetoothSettings.java280 private void updateContent(int bluetoothState) { in updateContent()
372 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
DDevicePickerFragment.java130 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
DCachedBluetoothDeviceManager.java149 public synchronized void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
DDeviceListPreferenceFragment.java209 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
/packages/apps/Settings/src/com/android/settings/widget/
DSettingsAppWidgetProvider.java484 int bluetoothState = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, -1); in onActualStateChange() local
492 private static int bluetoothStateToFiveState(int bluetoothState) { in bluetoothStateToFiveState()