Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DAppScanStats.java36 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()
DContextMap.java41 /*package*/ class ContextMap<T> { class
DGattService.java107 class ClientMap extends ContextMap<IBluetoothGattCallback> {}
113 class ServerMap extends ContextMap<IBluetoothGattServerCallback> {}