Searched refs:ContextMap (Results 1 – 3 of 3) sorted by relevance
36 ContextMap contextMap;80 public AppScanStats(String name, ContextMap map, GattService service) { in AppScanStats()245 ContextMap.App appEntry = contextMap.getByName(appName); in dumpToString()257 List<ContextMap.Connection> connections = in dumpToString()262 Iterator<ContextMap.Connection> ii = connections.iterator(); in dumpToString()264 ContextMap.Connection connection = ii.next(); in dumpToString()
41 /*package*/ class ContextMap<T> { class
107 class ClientMap extends ContextMap<IBluetoothGattCallback> {}113 class ServerMap extends ContextMap<IBluetoothGattServerCallback> {}