Home
last modified time | relevance | path

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

/cts/tests/tests/security/src/android/security/cts/
DIsolatedService.java30 public class IsolatedService extends Service { class
32 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/app/app/src/android/app/stubs/
DIsolatedService.java19 public class IsolatedService extends LocalService { class
/cts/tests/tests/externalservice/service/src/android/externalservice/service/
DIsolatedService.java19 public class IsolatedService extends BaseService { class
/cts/hostsidetests/appsecurity/test-apps/AppDataIsolationTestApp/AppA/src/com/android/cts/appdataisolation/appa/
DAppZygoteIsolatedService.java19 public class AppZygoteIsolatedService extends IsolatedService {
DIsolatedService.java31 public class IsolatedService extends Service { class
DAppATests.java273 Intent serviceIntent = new Intent(mContext, IsolatedService.class); in testIsolatedProcess()
/cts/hostsidetests/seccomp/app/src/android/seccomp/cts/app/
DSeccompDeviceTest.java122 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()
DIsolatedService.java28 public class IsolatedService extends Service { class
/cts/hostsidetests/appsecurity/test-apps/UseEmbeddedDexApp/src/com/android/cts/useembeddeddex/
DIsolatedService.java25 public class IsolatedService extends Service { class
DEmbeddedDexTest.java36 Intent intent = new Intent(context, IsolatedService.class); in testIsolatedService()
/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.java31 import android.app.stubs.IsolatedService;
712 mIsolatedService = new Intent(mContext, IsolatedService.class); in setUp()