Home
last modified time | relevance | path

Searched defs:bluetoothAdapter (Results 1 – 9 of 9) sorted by relevance

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothLeAdvertiser.java35 private BluetoothAdapter bluetoothAdapter; field in ShadowBluetoothLeAdvertiser
47 protected void __constructor__(BluetoothAdapter bluetoothAdapter) { in __constructor__()
187 void __constructor__(BluetoothAdapter bluetoothAdapter); in __constructor__()
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothA2dpTest.java32 BluetoothAdapter bluetoothAdapter = BluetoothAdapter.getDefaultAdapter(); in setUp() local
DShadowBluetoothAdapterTest.java67 private BluetoothAdapter bluetoothAdapter; field in ShadowBluetoothAdapterTest
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothDiscoveryHelper.java91 BluetoothAdapter bluetoothAdapter = BluetoothAdapter.getDefaultAdapter(); in startDiscovery() local
/external/mobly-bundled-snippets/src/main/java/com/google/android/mobly/snippet/bundled/bluetooth/profiles/
DBluetoothHearingAidSnippet.java42 BluetoothAdapter bluetoothAdapter = BluetoothAdapter.getDefaultAdapter(); in BluetoothHearingAidSnippet() local
DBluetoothA2dpSnippet.java38 BluetoothAdapter bluetoothAdapter = BluetoothAdapter.getDefaultAdapter(); in BluetoothA2dpSnippet() local
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothAdapterTest.java26 private BluetoothAdapter bluetoothAdapter; field in ShadowBluetoothAdapterTest
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DAppRTCBluetoothManager.java76 private BluetoothAdapter bluetoothAdapter; field in AppRTCBluetoothManager
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowApplication.java45 private Object bluetoothAdapter = newInstanceOf("android.bluetooth.BluetoothAdapter"); field in ShadowApplication