Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothAdapter.java36 private Map<Integer, Integer> profileConnectionStateData = new HashMap<>(); field in ShadowBluetoothAdapter
204 Integer state = profileConnectionStateData.get(profile); in getProfileConnectionState()
231 profileConnectionStateData.put(profile, state); in setProfileConnectionState()