Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DSeccompTest.java203 final Intent intent = new Intent(getContext(), IsolatedService.class); in testIsolatedServicePolicy()
234 final Intent intent = new Intent(getContext(), IsolatedService.class); in testViolateIsolatedServicePolicy()
300 public static class IsolatedService extends Service { class in SeccompTest