Home
last modified time | relevance | path

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

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothAdapter.java105 private final ConcurrentMap<UUID, BackgroundRfcommServerEntry> backgroundRfcommServers = field in ShadowBluetoothAdapter
611 backgroundRfcommServers.computeIfAbsent( in startRfcommServer()
624 BackgroundRfcommServerEntry entry = backgroundRfcommServers.remove(uuid); in stopRfcommServer()
641 BackgroundRfcommServerEntry serverEntry = backgroundRfcommServers.get(uuid); in retrieveConnectedRfcommSocket()
683 BackgroundRfcommServerEntry entry = backgroundRfcommServers.get(uuid); in addIncomingRfcommConnection()
699 return Set.of(backgroundRfcommServers.keySet().toArray(new UUID[0])); in getRegisteredRfcommServerUuids()