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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DContextMap.java64 class App { class in class:ContextMap
92 App(UUID uuid, T callback, String name, AppScanStats appScanStats) { method in class:ContextMap.App
137 List<App> mApps = new ArrayList<App>();
153 appName = "Unknown App (UID: " + Binder.getCallingUid() + ")";
161 mApps.add(new App(uuid, callback, appName, appScanStats));
171 Iterator<App> i = mApps.iterator();
173 App entry = i.next();
189 Iterator<App> i = mApps.iterator();
191 App entr
[all...]

Completed in 53 milliseconds