Searched defs:appScanStats (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DContextMap.java75 AppScanStats appScanStats; field in class:ContextMap.App
92 App(UUID uuid, T callback, String name, AppScanStats appScanStats) { argument
96 this.appScanStats = appScanStats;
156 AppScanStats appScanStats = mAppScanStats.get(appName);
157 if (appScanStats == null) {
158 appScanStats = new AppScanStats(appName, this, service);
159 mAppScanStats.put(appName, appScanStats);
161 mApps.add(new App(uuid, callback, appName, appScanStats));
162 appScanStats
[all...]

Completed in 133 milliseconds