Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DAppScanStats.java59 /* ContextMap here is needed to grab Apps and Connections */ ContextMap mContextMap; field in AppScanStats
163 mContextMap = map; in AppScanStats()
735 ContextMap.App appEntry = mContextMap.getByName(appName); in dumpToString()
740 List<ContextMap.Connection> connections = mContextMap.getConnectionByApp(appEntry.id); in dumpToString()