Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DContextMap.java440 List<Connection> currentConnections = new ArrayList<Connection>(); in getConnectionByApp() local
445 currentConnections.add(connection); in getConnectionByApp()
448 return currentConnections; in getConnectionByApp()