Searched refs:getAppScanStatsById (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DContextMap.java286 AppScanStats getAppScanStatsById(int id) { method in class:ContextMap
H A DGattService.java1318 app = mServerMap.getAppScanStatsById(appIf);
1320 app = mClientMap.getAppScanStatsById(appIf);
1350 app = mServerMap.getAppScanStatsById(client.clientIf);
1352 app = mClientMap.getAppScanStatsById(client.clientIf);

Completed in 70 milliseconds