Searched refs:IsolatedService (Results 1 – 8 of 8) sorted by relevance
122 case IsolatedService.MSG_SECCOMP_RESULT: in handleMessage()150 Message msg = Message.obtain(null, IsolatedService.MSG_GET_SECCOMP_RESULT); in getTestResult()187 IsolatedConnection conn = bindService(IsolatedService.class); in testAppZygoteSyscalls()
27 public class IsolatedService extends Service { class
32 public class IsolatedService extends Service { class34 private static final String TAG = IsolatedService.class.getSimpleName();
27 import android.security.cts.IsolatedService;71 Intent serviceIntent = new Intent(mContext, IsolatedService.class); in setUp()
19 public class IsolatedService extends BaseService { class
19 public class IsolatedService extends LocalService { class
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
26 import android.app.stubs.IsolatedService;704 mIsolatedService = new Intent(mContext, IsolatedService.class); in setUp()