Home
last modified time | relevance | path

Searched refs:getById (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DContextMap.java250 App entry = getById(id); in addConnection()
289 App getById(int id) { in getById() method in ContextMap
358 App temp = getById(id); in getAppScanStatsById()
393 return getById(connection.appId); in getByConnId()
403 App entry = getById(id); in connIdByAddress()
DGattService.java984 ScannerMap.App app = mScannerMap.getById(client.scannerId); in onScanResult()
1144 ClientMap.App app = mClientMap.getById(clientIf); in onConnected()
1160 ClientMap.App app = mClientMap.getById(clientIf); in onDisconnected()
1503 ClientMap.App app = mClientMap.getById(clientIf); in onReadRemoteRssi()
1564 ScannerMap.App app = mScannerMap.getById(scannerId); in onBatchScanReports()
1605 ScannerMap.App app = mScannerMap.getById(client.scannerId); in deliverBatchScan()
1747 ScannerMap.App app = mScannerMap.getById(trackingInfo.getClientIf()); in onTrackAdvFoundLost()
1793 ScannerMap.App app = mScannerMap.getById(scannerId); in onScanParamSetupCompleted()
1805 ScannerMap.App app = mScannerMap.getById(scannerId); in onScanManagerErrorCallback()
2612 ServerMap.App app = mServerMap.getById(serverIf); in onServiceAdded()
[all …]