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.java43 ContextMap contextMap;
106 public AppScanStats(String name, WorkSource source, ContextMap map, GattService service) { in AppScanStats()
387 ContextMap.App appEntry = contextMap.getByName(appName); in dumpToString()
394 List<ContextMap.Connection> connections = in dumpToString()
399 Iterator<ContextMap.Connection> ii = connections.iterator(); in dumpToString()
401 ContextMap.Connection connection = ii.next(); in dumpToString()
DContextMap.java42 /*package*/ class ContextMap<C, T> { class
DGattService.java130 class ScannerMap extends ContextMap<IScannerCallback, PendingIntentInfo> {}
136 class ClientMap extends ContextMap<IBluetoothGattCallback, Void> {}
142 class ServerMap extends ContextMap<IBluetoothGattServerCallback, Void> {}