Home
last modified time | relevance | path

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

/cts/hostsidetests/seccomp/app/src/android/seccomp/cts/app/
DSeccompDeviceTest.java122 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()
DIsolatedService.java27 public class IsolatedService extends Service { class
/cts/tests/tests/security/src/android/security/cts/
DIsolatedService.java32 public class IsolatedService extends Service { class
34 private static final String TAG = IsolatedService.class.getSimpleName();
DIsolatedProcessTest.java27 import android.security.cts.IsolatedService;
71 Intent serviceIntent = new Intent(mContext, IsolatedService.class); in setUp()
/cts/tests/tests/externalservice/service/src/android/externalservice/service/
DIsolatedService.java19 public class IsolatedService extends BaseService { class
/cts/tests/app/app/src/android/app/stubs/
DIsolatedService.java19 public class IsolatedService extends LocalService { class
/cts/tests/tests/os/src/android/os/cts/
DSeccompTest.java210 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
/cts/tests/app/src/android/app/cts/
DServiceTest.java26 import android.app.stubs.IsolatedService;
704 mIsolatedService = new Intent(mContext, IsolatedService.class); in setUp()