Searched refs:ContextMap (Results 1 – 3 of 3) sorted by relevance
55 /* ContextMap here is needed to grab Apps and Connections */ ContextMap mContextMap;136 AppScanStats(String name, WorkSource source, ContextMap map, GattService service) { in AppScanStats()616 ContextMap.App appEntry = mContextMap.getByName(appName); in dumpToString()621 List<ContextMap.Connection> connections = mContextMap.getConnectionByApp(appEntry.id); in dumpToString()625 Iterator<ContextMap.Connection> ii = connections.iterator(); in dumpToString()627 ContextMap.Connection connection = ii.next(); in dumpToString()
42 /*package*/ class ContextMap<C, T> { class
140 class ScannerMap extends ContextMap<IScannerCallback, PendingIntentInfo> {}147 class ClientMap extends ContextMap<IBluetoothGattCallback, Void> {}154 class ServerMap extends ContextMap<IBluetoothGattServerCallback, Void> {}