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

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothPairingDetail.java145 void updateContent(int bluetoothState) { argument
146 switch (bluetoothState) {
166 public void onBluetoothStateChanged(int bluetoothState) { argument
167 super.onBluetoothStateChanged(bluetoothState);
168 updateContent(bluetoothState);
H A DDevicePickerFragment.java154 public void onBluetoothStateChanged(int bluetoothState) { argument
155 super.onBluetoothStateChanged(bluetoothState);
157 if (bluetoothState == BluetoothAdapter.STATE_ON) {
H A DBluetoothSummaryUpdater.java54 public void onBluetoothStateChanged(int bluetoothState) { argument
H A DBluetoothDeviceUpdater.java115 public void onBluetoothStateChanged(int bluetoothState) { argument
H A DDeviceListPreferenceFragment.java248 public void onBluetoothStateChanged(int bluetoothState) {} argument
/packages/apps/Settings/src/com/android/settings/connecteddevice/
H A DDiscoverableFooterPreferenceController.java127 private void updateFooterPreferenceTitle (int bluetoothState) { argument
128 if (bluetoothState == BluetoothAdapter.STATE_ON) {
H A DAvailableMediaDeviceGroupController.java122 public void onBluetoothStateChanged(int bluetoothState) { argument
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
H A DBluetoothSettingsFragment.java173 public void onBluetoothStateChanged(int bluetoothState) { argument
174 switch (bluetoothState) {
H A DBluetoothDeviceListAdapter.java279 public void onBluetoothStateChanged(int bluetoothState) { argument
280 switch (bluetoothState) {
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
H A DBluetoothMapIMProvider.java646 boolean bluetoothState =
648 ret = setBluetoothStatus(bluetoothState);
683 * @param bluetoothState 'on' of 'off'
686 protected abstract int setBluetoothStatus(boolean bluetoothState); argument
/packages/apps/Settings/src/com/android/settings/widget/
H A DSettingsAppWidgetProvider.java495 int bluetoothState = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, -1);
496 setCurrentState(context, bluetoothStateToFiveState(bluetoothState));
503 private static int bluetoothStateToFiveState(int bluetoothState) { argument
504 switch (bluetoothState) {
/packages/apps/Settings/src/com/android/settings/sound/
H A DAudioSwitchPreferenceController.java216 public void onBluetoothStateChanged(int bluetoothState) { argument

Completed in 164 milliseconds