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.java209 final IsolatedServiceConnection peer = new IsolatedServiceConnection(); in testIsolatedServicePolicy() local
211 assertTrue(getContext().bindService(intent, peer, Context.BIND_AUTO_CREATE)); in testIsolatedServicePolicy()
213 final ISeccompIsolatedService service = peer.get(); in testIsolatedServicePolicy()
223 getContext().unbindService(peer); in testIsolatedServicePolicy()
240 final IsolatedServiceConnection peer = new IsolatedServiceConnection(); in testViolateIsolatedServicePolicy() local
242 assertTrue(getContext().bindService(intent, peer, Context.BIND_AUTO_CREATE)); in testViolateIsolatedServicePolicy()
244 final ISeccompIsolatedService service = peer.get(); in testViolateIsolatedServicePolicy()
255 getContext().unbindService(peer); in testViolateIsolatedServicePolicy()
DParcelFileDescriptorPeer.java53 public void setPeer(IParcelFileDescriptorPeer peer) throws RemoteException { in setPeer() argument
54 mPeer = peer; in setPeer()
DIParcelFileDescriptorPeer.aidl23 void setPeer(in IParcelFileDescriptorPeer peer); in setPeer() argument
DParcelFileDescriptorProcessTest.java76 private static void crash(IParcelFileDescriptorPeer peer) { in crash() argument
78 peer.crash(); in crash()