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

  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothDiscoveryHelper.java 19 import android.bluetooth.BluetoothAdapter;
63 } else if (BluetoothAdapter.ACTION_DISCOVERY_FINISHED.equals(action)) {
70 BluetoothAdapter bluetoothAdapter = BluetoothAdapter.getDefaultAdapter();
72 if (bluetoothAdapter.isDiscovering()) {
73 bluetoothAdapter.cancelDiscovery();
76 Set<BluetoothDevice> pairedDevices = bluetoothAdapter.getBondedDevices();
82 filter.addAction(BluetoothAdapter.ACTION_DISCOVERY_FINISHED);
85 if (!bluetoothAdapter.isEnabled())
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothTestActivity.java 23 import android.bluetooth.BluetoothAdapter;
39 BluetoothAdapter bluetoothAdapter = BluetoothAdapter.getDefaultAdapter();
40 if (bluetoothAdapter == null) {
58 } else if (!bluetoothAdapter.isMultipleAdvertisementSupported()) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothDevicePairer.java 19 import android.bluetooth.BluetoothAdapter;
111 void openConnection(BluetoothAdapter adapter);
323 final BluetoothAdapter bluetoothAdapter = BluetoothAdapter.getDefaultAdapter();
324 if (!bluetoothAdapter.isEnabled()) {
330 if (intent.getIntExtra(BluetoothAdapter.EXTRA_STATE,
331 BluetoothAdapter.STATE_OFF) == BluetoothAdapter.STATE_ON) {
340 new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED))
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowApplication.java 88 private Object bluetoothAdapter = Robolectric.newInstanceOf("android.bluetooth.BluetoothAdapter");
507 return bluetoothAdapter;
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneServiceImpl.java 19 import android.bluetooth.BluetoothAdapter;
421 .getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR);
423 if (state == BluetoothAdapter.STATE_ON) {
455 BluetoothAdapterProxy bluetoothAdapter,
464 mBluetoothAdapter = bluetoothAdapter;
471 IntentFilter intentFilter = new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED);
    [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 276 milliseconds