Searched refs:ContextMap (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DAppScanStats.java35 /* ContextMap here is needed to grab Apps and Connections */
36 ContextMap contextMap;
80 public AppScanStats(String name, ContextMap map, GattService service) {
245 ContextMap.App appEntry = contextMap.getByName(appName);
257 List<ContextMap.Connection> connections =
262 Iterator<ContextMap.Connection> ii = connections.iterator();
264 ContextMap.Connection connection = ii.next();
H A DContextMap.java41 /*package*/ class ContextMap<T> { class
42 private static final String TAG = GattServiceConfig.TAG_PREFIX + "ContextMap";
H A DGattService.java107 class ClientMap extends ContextMap<IBluetoothGattCallback> {}
113 class ServerMap extends ContextMap<IBluetoothGattServerCallback> {}

Completed in 89 milliseconds