HomeSort by relevance Sort by last modified time
    Searched defs:appScanStats (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ContextMap.java 75 AppScanStats appScanStats;
92 App(UUID uuid, T callback, String name, AppScanStats appScanStats) {
96 this.appScanStats = appScanStats;
140 HashMap<String, AppScanStats> mAppScanStats = new HashMap<String, AppScanStats>();
156 AppScanStats appScanStats = mAppScanStats.get(appName)
    [all...]
GattService.java 634 app.appScanStats.addResult();
    [all...]

Completed in 199 milliseconds