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

/packages/apps/Music/src/com/android/music/
H A DMusicUtils.java154 private static HashMap<Context, ServiceBinder> sConnectionMap = new HashMap<Context, ServiceBinder>();
174 ServiceBinder sb = new ServiceBinder(callback);
189 ServiceBinder sb = sConnectionMap.remove(cw);
202 private static class ServiceBinder implements ServiceConnection { class in class:MusicUtils
204 ServiceBinder(ServiceConnection callback) { method in class:MusicUtils.ServiceBinder

Completed in 141 milliseconds