Searched refs:ServiceBinder (Results 1 – 8 of 8) sorted by relevance
42 public abstract class ServiceBinder { class55 interface Listener<ServiceBinderClass extends ServiceBinder> {71 Log.d(ServiceBinder.this, "bind()"); in bind()104 Log.d(ServiceBinder.this, "Service is already bound."); in bind()255 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>() {
69 public class ConnectionServiceWrapper extends ServiceBinder implements
3057 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();
132 private final IBinder mBinder = new ServiceBinder();167 public class ServiceBinder extends Binder { class in BugReportService
127 BugReportService.ServiceBinder binder = (BugReportService.ServiceBinder) service;