HomeSort by relevance Sort by last modified time
    Searched refs:bluetoothState (Results 1 - 20 of 20) sorted by null

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
BluetoothCallback.java 25 void onBluetoothStateChanged(int bluetoothState);
CachedBluetoothDeviceManager.java 275 public synchronized void onBluetoothStateChanged(int bluetoothState) {
278 if (bluetoothState == BluetoothAdapter.STATE_TURNING_OFF) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDetail.java 145 void updateContent(int bluetoothState) {
146 switch (bluetoothState) {
166 public void onBluetoothStateChanged(int bluetoothState) {
167 super.onBluetoothStateChanged(bluetoothState);
168 updateContent(bluetoothState);
DevicePickerFragment.java 154 public void onBluetoothStateChanged(int bluetoothState) {
155 super.onBluetoothStateChanged(bluetoothState);
157 if (bluetoothState == BluetoothAdapter.STATE_ON) {
BluetoothSummaryUpdater.java 54 public void onBluetoothStateChanged(int bluetoothState) {
BluetoothDeviceUpdater.java 115 public void onBluetoothStateChanged(int bluetoothState) {
DeviceListPreferenceFragment.java 248 public void onBluetoothStateChanged(int bluetoothState) {}
  /packages/apps/Settings/src/com/android/settings/connecteddevice/
DiscoverableFooterPreferenceController.java 127 private void updateFooterPreferenceTitle (int bluetoothState) {
128 if (bluetoothState == BluetoothAdapter.STATE_ON) {
AvailableMediaDeviceGroupController.java 122 public void onBluetoothStateChanged(int bluetoothState) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothControllerImpl.java 233 public void onBluetoothStateChanged(int bluetoothState) {
234 mEnabled = bluetoothState == BluetoothAdapter.STATE_ON
235 || bluetoothState == BluetoothAdapter.STATE_TURNING_ON;
236 mState = bluetoothState;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
KeyboardUI.java 376 private void onBluetoothStateChangedInternal(int bluetoothState) {
377 if (bluetoothState == BluetoothAdapter.STATE_ON && mState == STATE_WAITING_FOR_BLUETOOTH) {
485 int bluetoothState = msg.arg1;
486 onBluetoothStateChangedInternal(bluetoothState);
592 public void onBluetoothStateChanged(int bluetoothState) {
594 bluetoothState, 0).sendToTarget();
  /packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
BluetoothSettingsFragment.java 173 public void onBluetoothStateChanged(int bluetoothState) {
174 switch (bluetoothState) {
BluetoothDeviceListAdapter.java 279 public void onBluetoothStateChanged(int bluetoothState) {
280 switch (bluetoothState) {
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapIMProvider.java 646 boolean bluetoothState =
648 ret = setBluetoothStatus(bluetoothState);
683 * @param bluetoothState 'on' of 'off'
686 protected abstract int setBluetoothStatus(boolean bluetoothState);
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java 495 int bluetoothState = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, -1);
496 setCurrentState(context, bluetoothStateToFiveState(bluetoothState));
503 private static int bluetoothStateToFiveState(int bluetoothState) {
504 switch (bluetoothState) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/sound/
AudioSwitchPreferenceController.java 216 public void onBluetoothStateChanged(int bluetoothState) {
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 591 milliseconds