Searched refs:bluetoothState (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothPairingDetail.java128 void updateContent(int bluetoothState) { argument
129 switch (bluetoothState) {
149 public void onBluetoothStateChanged(int bluetoothState) { argument
150 super.onBluetoothStateChanged(bluetoothState);
151 updateContent(bluetoothState);
H A DDevicePickerFragment.java154 public void onBluetoothStateChanged(int bluetoothState) { argument
155 super.onBluetoothStateChanged(bluetoothState);
157 if (bluetoothState == BluetoothAdapter.STATE_ON) {
H A DBluetoothSettings.java180 private void updateContent(int bluetoothState) { argument
183 switch (bluetoothState) {
270 public void onBluetoothStateChanged(int bluetoothState) { argument
271 super.onBluetoothStateChanged(bluetoothState);
272 updateContent(bluetoothState);
H A DBluetoothSummaryUpdater.java54 public void onBluetoothStateChanged(int bluetoothState) { argument
H A DDeviceListPreferenceFragment.java252 public void onBluetoothStateChanged(int bluetoothState) {} argument
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
H A DBluetoothSettingsFragment.java179 public void onBluetoothStateChanged(int bluetoothState) { argument
180 switch (bluetoothState) {
H A DBluetoothDeviceListAdapter.java266 public void onBluetoothStateChanged(int bluetoothState) { argument
267 switch (bluetoothState) {
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
H A DBluetoothMapIMProvider.java621 boolean bluetoothState = extras.getBoolean(
623 ret = setBluetoothStatus(bluetoothState);
658 * @param bluetoothState 'on' of 'off'
661 abstract protected int setBluetoothStatus(boolean bluetoothState); argument
/packages/apps/Settings/src/com/android/settings/widget/
H A DSettingsAppWidgetProvider.java491 int bluetoothState = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, -1);
492 setCurrentState(context, bluetoothStateToFiveState(bluetoothState));
499 private static int bluetoothStateToFiveState(int bluetoothState) { argument
500 switch (bluetoothState) {

Completed in 4372 milliseconds