Home
last modified time | relevance | path

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

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