Searched refs:ContextMap (Results 1 – 3 of 3) sorted by relevance
47 /* ContextMap here is needed to grab Apps and Connections */ ContextMap mContextMap;109 AppScanStats(String name, WorkSource source, ContextMap map, GattService service) { in AppScanStats()428 ContextMap.App appEntry = mContextMap.getByName(appName); in dumpToString()433 List<ContextMap.Connection> connections = mContextMap.getConnectionByApp(appEntry.id); in dumpToString()437 Iterator<ContextMap.Connection> ii = connections.iterator(); in dumpToString()439 ContextMap.Connection connection = ii.next(); in dumpToString()
42 /*package*/ class ContextMap<C, T> { class
139 class ScannerMap extends ContextMap<IScannerCallback, PendingIntentInfo> {}146 class ClientMap extends ContextMap<IBluetoothGattCallback, Void> {}153 class ServerMap extends ContextMap<IBluetoothGattServerCallback, Void> {}