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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DContextMap.java57 class App { class in class:ContextMap
73 App(UUID uuid, T callback) { method in class:ContextMap.App
107 List<App> mApps = new ArrayList<App>();
117 mApps.add(new App(uuid, callback));
126 Iterator<App> i = mApps.iterator();
128 App entry = i.next();
143 App entry = getById(id);
169 App getById(int id) {
170 Iterator<App>
[all...]

Completed in 60 milliseconds