Searched defs:Connection (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DContextMap.java45 * Connection class helps map connection IDs to device addresses.
47 class Connection { class in class:ContextMap
53 Connection(int connId, String address,int appId) { method in class:ContextMap.Connection
143 Set<Connection> mConnections = new HashSet<Connection>();
210 mConnections.add(new Connection(connId, address, id));
220 Iterator<Connection> i = mConnections.iterator();
222 Connection connection = i.next();
235 Iterator<Connection> i = mConnections.iterator();
237 Connection connectio
[all...]

Completed in 36 milliseconds