Searched refs:ServiceBinder (Results 1 – 8 of 8) sorted by relevance
40 abstract class ServiceBinder { class53 interface Listener<ServiceBinderClass extends ServiceBinder> {69 Log.d(ServiceBinder.this, "bind()"); in bind()99 Log.d(ServiceBinder.this, "Service is already bound."); in bind()211 protected ServiceBinder(String serviceAction, ComponentName componentName, Context context, in ServiceBinder() method in ServiceBinder
41 private final ServiceBinder.Listener<ConnectionServiceWrapper> mUnbindListener =42 new ServiceBinder.Listener<ConnectionServiceWrapper>() {
62 public class ConnectionServiceWrapper extends ServiceBinder {
1726 private void decrementAssociatedCallCount(ServiceBinder binder) { in decrementAssociatedCallCount()
32 public class ServiceBinder extends Binder { class in TerminalService40 return new ServiceBinder(); in onBind()
53 mService = ((TerminalService.ServiceBinder) service).getService();
122 private ServiceBinder mBinder;345 private static class ServiceBinder extends IBluetoothMapService.Stub { class in BluetoothMapService347 ServiceBinder(BluetoothMapService service) { in ServiceBinder() method in BluetoothMapService.ServiceBinder507 mBinder = new ServiceBinder(this); in onCreate()
154 …private static HashMap<Context, ServiceBinder> sConnectionMap = new HashMap<Context, ServiceBinder…174 ServiceBinder sb = new ServiceBinder(callback); in bindToService()189 ServiceBinder sb = sConnectionMap.remove(cw); in unbindFromService()202 private static class ServiceBinder implements ServiceConnection { class in MusicUtils204 ServiceBinder(ServiceConnection callback) { in ServiceBinder() method in MusicUtils.ServiceBinder