Home
last modified time | relevance | path

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

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