Home
last modified time | relevance | path

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

/cts/hostsidetests/seccomp/app/src/android/seccomp/cts/app/
DIsolatedService.java46 int result = ZygotePreload.getSeccomptestResult() ? 1 : 0; in handleMessage()
DZygotePreload.java67 static synchronized public boolean getSeccomptestResult() { in getSeccomptestResult() method in ZygotePreload