Home
last modified time | relevance | path

Searched defs:onBound (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc-java/binder/src/main/java/io/grpc/binder/internal/
DBindable.java36 void onBound(IBinder binder); in onBound() method
DBinderTransport.java605 public synchronized void onBound(IBinder binder) { in onBound() method in BinderTransport.BinderClientTransport
/external/grpc-grpc-java/binder/src/test/java/io/grpc/binder/internal/
DServiceBindingTest.java280 public void onBound(IBinder binder) { in onBound() method in ServiceBindingTest.TestObserver