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.java202 final IsolatedServiceConnection peer = new IsolatedServiceConnection(); in testIsolatedServicePolicy()
233 final IsolatedServiceConnection peer = new IsolatedServiceConnection(); in testViolateIsolatedServicePolicy()
279 class IsolatedServiceConnection extends AbstractFuture<ISeccompIsolatedService> class in SeccompTest