Searched refs:ServiceBinder (Results 1 – 6 of 6) 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()261 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>() {
71 public class ConnectionServiceWrapper extends ServiceBinder implements
3333 private void decrementAssociatedCallCount(ServiceBinder binder) { in decrementAssociatedCallCount()
136 private final IBinder mBinder = new ServiceBinder();172 public class ServiceBinder extends Binder { class in BugReportService
127 BugReportService.ServiceBinder binder = (BugReportService.ServiceBinder) service;