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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothAdapter.java 170 public synchronized int getBluetoothState() {
RequestPermissionHelperActivity.java 105 btState = mLocalAdapter.getBluetoothState();
BluetoothEnabler.java 111 handleStateChanged(mLocalAdapter.getBluetoothState());
BluetoothSettings.java 177 updateContent(mLocalAdapter.getBluetoothState());
204 boolean bluetoothIsEnabled = mLocalAdapter.getBluetoothState() == BluetoothAdapter.STATE_ON;
223 if (mLocalAdapter.getBluetoothState() == BluetoothAdapter.STATE_ON) {
389 updateContent(mLocalAdapter.getBluetoothState());
DeviceListPreferenceFragment.java 162 if (mLocalAdapter.getBluetoothState() != BluetoothAdapter.STATE_ON) return;
RequestPermissionActivity.java 199 if (mLocalAdapter.getBluetoothState() == BluetoothAdapter.STATE_ON) {
CachedBluetoothDevice.java 129 if (mLocalAdapter.getBluetoothState() == BluetoothAdapter.STATE_TURNING_OFF)
DockService.java     [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java 457 return bluetoothStateToFiveState(sLocalBluetoothAdapter.getBluetoothState());
    [all...]

Completed in 179 milliseconds