Home
last modified time | relevance | path

Searched refs:peer (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/os/src/android/os/cts/
DSeccompTest.java202 final IsolatedServiceConnection peer = new IsolatedServiceConnection(); in testIsolatedServicePolicy() local
204 assertTrue(getContext().bindService(intent, peer, Context.BIND_AUTO_CREATE)); in testIsolatedServicePolicy()
206 final ISeccompIsolatedService service = peer.get(); in testIsolatedServicePolicy()
216 getContext().unbindService(peer); in testIsolatedServicePolicy()
233 final IsolatedServiceConnection peer = new IsolatedServiceConnection(); in testViolateIsolatedServicePolicy() local
235 assertTrue(getContext().bindService(intent, peer, Context.BIND_AUTO_CREATE)); in testViolateIsolatedServicePolicy()
237 final ISeccompIsolatedService service = peer.get(); in testViolateIsolatedServicePolicy()
248 getContext().unbindService(peer); in testViolateIsolatedServicePolicy()
DIParcelFileDescriptorPeer.aidl23 void setPeer(in IParcelFileDescriptorPeer peer); in setPeer() argument
DParcelFileDescriptorPeer.java53 public void setPeer(IParcelFileDescriptorPeer peer) throws RemoteException { in setPeer() argument
54 mPeer = peer; in setPeer()
DParcelFileDescriptorProcessTest.java76 private static void crash(IParcelFileDescriptorPeer peer) { in crash() argument
78 peer.crash(); in crash()