Home
last modified time | relevance | path

Searched refs:MSG_GET_SECCOMP_RESULT (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/seccomp/app/src/android/seccomp/cts/app/
DIsolatedService.java31 static final int MSG_GET_SECCOMP_RESULT = 1; field in IsolatedService
45 case (MSG_GET_SECCOMP_RESULT): in handleMessage()
DSeccompDeviceTest.java151 Message msg = Message.obtain(null, IsolatedService.MSG_GET_SECCOMP_RESULT); in getTestResult()