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.java55 /* 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()
DContextMap.java42 /*package*/ class ContextMap<C, T> { class
DGattService.java140 class ScannerMap extends ContextMap<IScannerCallback, PendingIntentInfo> {}
147 class ClientMap extends ContextMap<IBluetoothGattCallback, Void> {}
154 class ServerMap extends ContextMap<IBluetoothGattServerCallback, Void> {}