Searched refs:IsolatedService (Results 1 – 13 of 13) sorted by relevance
19 public class IsolatedService extends BaseService { class
19 public class IsolatedService extends LocalService { class
19 public class AppZygoteIsolatedService extends IsolatedService {
31 public class IsolatedService extends Service { class
272 Intent serviceIntent = new Intent(mContext, IsolatedService.class); in testIsolatedProcess()
30 public class IsolatedService extends Service { class32 private static final String TAG = IsolatedService.class.getSimpleName();
27 import android.security.cts.IsolatedService;71 Intent serviceIntent = new Intent(mContext, IsolatedService.class); in setUp()
122 case IsolatedService.MSG_SECCOMP_RESULT: in handleMessage()151 Message msg = Message.obtain(null, IsolatedService.MSG_GET_SECCOMP_RESULT); in getTestResult()188 IsolatedConnection conn = bindService(IsolatedService.class); in testAppZygoteSyscalls()
28 public class IsolatedService extends Service { class
25 public class IsolatedService extends Service { class
36 Intent intent = new Intent(context, IsolatedService.class); in testIsolatedService()
210 final Intent intent = new Intent(getContext(), IsolatedService.class); in testIsolatedServicePolicy()241 final Intent intent = new Intent(getContext(), IsolatedService.class); in testViolateIsolatedServicePolicy()307 public static class IsolatedService extends Service { class in SeccompTest
31 import android.app.stubs.IsolatedService;712 mIsolatedService = new Intent(mContext, IsolatedService.class); in setUp()