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.java47 /* ContextMap here is needed to grab Apps and Connections */ ContextMap mContextMap; field in AppScanStats
111 mContextMap = map; in AppScanStats()
428 ContextMap.App appEntry = mContextMap.getByName(appName); in dumpToString()
433 List<ContextMap.Connection> connections = mContextMap.getConnectionByApp(appEntry.id); in dumpToString()