Home
last modified time | relevance | path

Searched refs:setProfileConnectionState (Results 1 – 4 of 4) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothAdapter.java234 public void setProfileConnectionState(int profile, int state) { in setProfileConnectionState() method in ShadowBluetoothAdapter
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothAdapterTest.java199 .setProfileConnectionState(BluetoothProfile.HEADSET, BluetoothProfile.STATE_CONNECTED); in canGetProfileConnectionState()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothAdapter.java490 public void setProfileConnectionState(int profile, int state) { in setProfileConnectionState() method in ShadowBluetoothAdapter
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothAdapterTest.java433 .setProfileConnectionState(BluetoothProfile.HEADSET, BluetoothProfile.STATE_CONNECTED); in canGetProfileConnectionState()