Home
last modified time | relevance | path

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

/cts/hostsidetests/seccomp/app/src/android/seccomp/cts/app/
DIsolatedService.java33 static final int MSG_SECCOMP_RESULT = 2; field in IsolatedService
60 msg.replyTo.send(Message.obtain(null, MSG_SECCOMP_RESULT, result, 0)); in handleMessage()
DSeccompDeviceTest.java122 case IsolatedService.MSG_SECCOMP_RESULT: in handleMessage()