Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DSeccompTest.java209 final IsolatedServiceConnection peer = new IsolatedServiceConnection(); in testIsolatedServicePolicy()
240 final IsolatedServiceConnection peer = new IsolatedServiceConnection(); in testViolateIsolatedServicePolicy()
286 class IsolatedServiceConnection extends AbstractFuture<ISeccompIsolatedService> class in SeccompTest