Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DAppScanStats.java55 /* ContextMap here is needed to grab Apps and Connections */ ContextMap mContextMap; field in AppScanStats
138 mContextMap = map; in AppScanStats()
616 ContextMap.App appEntry = mContextMap.getByName(appName); in dumpToString()
621 List<ContextMap.Connection> connections = mContextMap.getConnectionByApp(appEntry.id); in dumpToString()