Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothAdapterTest.java156 assertThat(adapter.getProfileConnectionState(BluetoothProfile.HEADSET)) in canGetProfileConnectionState()
160 assertThat(adapter.getProfileConnectionState(BluetoothProfile.HEADSET)) in canGetProfileConnectionState()
162 assertThat(adapter.getProfileConnectionState(BluetoothProfile.A2DP)) in canGetProfileConnectionState()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothAdapter.java203 protected int getProfileConnectionState(int profile) { in getProfileConnectionState() method in ShadowBluetoothAdapter