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.java47 /* ContextMap here is needed to grab Apps and Connections */ ContextMap mContextMap;
109 AppScanStats(String name, WorkSource source, ContextMap map, GattService service) { in AppScanStats()
428 ContextMap.App appEntry = mContextMap.getByName(appName); in dumpToString()
433 List<ContextMap.Connection> connections = mContextMap.getConnectionByApp(appEntry.id); in dumpToString()
437 Iterator<ContextMap.Connection> ii = connections.iterator(); in dumpToString()
439 ContextMap.Connection connection = ii.next(); in dumpToString()
DContextMap.java42 /*package*/ class ContextMap<C, T> { class
DGattService.java139 class ScannerMap extends ContextMap<IScannerCallback, PendingIntentInfo> {}
146 class ClientMap extends ContextMap<IBluetoothGattCallback, Void> {}
153 class ServerMap extends ContextMap<IBluetoothGattServerCallback, Void> {}