Home
last modified time | relevance | path

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

/cts/tests/tests/security/aidl/android/security/cts/
DIBinderExchange.aidl22 void putBinder(in IBinder bnd); in putBinder() method
/cts/tests/tests/security/src/android/security/cts/
DIBinderExchange.java101 public void putBinder(android.os.IBinder bnd) throws android.os.RemoteException { in putBinder() method in IBinderExchange.Stub.Proxy
137 public void putBinder(android.os.IBinder bnd) throws android.os.RemoteException; in putBinder() method
DBinderExploitTest.java66 public void putBinder(IBinder bnd) { in putBinder() method in Exchange