Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DAppScanStats.java59 /* ContextMap here is needed to grab Apps and Connections */ ContextMap mContextMap;
161 AppScanStats(String name, WorkSource source, ContextMap map, GattService service) { in AppScanStats()
735 ContextMap.App appEntry = mContextMap.getByName(appName); in dumpToString()
740 List<ContextMap.Connection> connections = mContextMap.getConnectionByApp(appEntry.id); in dumpToString()
744 Iterator<ContextMap.Connection> ii = connections.iterator(); in dumpToString()
746 ContextMap.Connection connection = ii.next(); in dumpToString()
H A DContextMap.java42 /*package*/ class ContextMap<C, T> { class
H A DGattService.java193 class ScannerMap extends ContextMap<IScannerCallback, PendingIntentInfo> {}
200 class ClientMap extends ContextMap<IBluetoothGattCallback, Void> {}
207 class ServerMap extends ContextMap<IBluetoothGattServerCallback, Void> {}