Searched refs:IsolatedService (Results 1 – 1 of 1) sorted by relevance
203 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