Lines Matching refs:ServiceBinder
154 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 {
204 ServiceBinder(ServiceConnection callback) {