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/
BluetoothEnabler.java 77 handleStateChanged(mLocalAdapter.getBluetoothState());
101 if (mLocalAdapter != null) bluetoothState = mLocalAdapter.getBluetoothState();
BluetoothSettings.java 152 updateContent(mLocalAdapter.getBluetoothState(), mActivityStarted);
174 boolean bluetoothIsEnabled = mLocalAdapter.getBluetoothState() == BluetoothAdapter.STATE_ON;
196 if (mLocalAdapter.getBluetoothState() == BluetoothAdapter.STATE_ON) {
360 updateContent(mLocalAdapter.getBluetoothState(), false);
LocalBluetoothAdapter.java 170 public synchronized int getBluetoothState() {
RequestPermissionHelperActivity.java 105 btState = mLocalAdapter.getBluetoothState();
DeviceListPreferenceFragment.java 162 if (mLocalAdapter.getBluetoothState() != BluetoothAdapter.STATE_ON) return;
RequestPermissionActivity.java 199 if (mLocalAdapter.getBluetoothState() == BluetoothAdapter.STATE_ON) {
CachedBluetoothDevice.java 134 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 479 milliseconds