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

/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java62 private Map <BluetoothHealthAppConfiguration, AppInfo> mApps;
88 AppInfo>());
111 for (Entry<BluetoothHealthAppConfiguration, AppInfo> entry : mApps.entrySet()) {
113 AppInfo appInfo = entry.getValue();
152 AppInfo appInfo = mApps.get(appConfig);
236 AppInfo appInfo = mApps.get(appConfig);
397 mApps.put(config, new AppInfo(callback));
515 for (Entry<BluetoothHealthAppConfiguration, AppInfo> e : mApps.entrySet()) {
777 private static class AppInfo { class in class:HealthService
782 private AppInfo(IBluetoothHealthCallbac method in class:HealthService.AppInfo
[all...]

Completed in 47 milliseconds