Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DContextMap.java432 List<Connection> getConnectionByApp(int appId) { in getConnectionByApp() method in ContextMap
DAppScanStats.java433 List<ContextMap.Connection> connections = mContextMap.getConnectionByApp(appEntry.id); in dumpToString()