HomeSort by relevance Sort by last modified time
    Searched refs:isSystemServer (Results 1 - 12 of 12) sorted by null

  /libcore/dalvik/src/main/java/dalvik/system/
ZygoteHooks.java 60 public void postForkChild(int runtimeFlags, boolean isSystemServer, boolean isZygote,
62 nativePostForkChild(token, runtimeFlags, isSystemServer, isZygote, instructionSet);
78 boolean isSystemServer, boolean isZygote,
  /external/selinux/libselinux/include/selinux/
android.h 33 bool isSystemServer,
  /frameworks/base/core/java/com/android/internal/os/
Zygote.java 214 private static void callPostForkChildHooks(int runtimeFlags, boolean isSystemServer,
216 VM_HOOKS.postForkChild(runtimeFlags, isSystemServer, isZygote, instructionSet);
  /external/selinux/libselinux/src/android/
android_platform.c 253 bool isSystemServer;
297 /* Give precedence to isSystemServer=true. */
298 if (s1->isSystemServer != s2->isSystemServer)
299 return (s1->isSystemServer ? -1 : 1);
384 * We already compared isSystemServer, isOwnerSet, and isOwner above.
394 (s1->isSystemServer && s1->isSystemServer == s2->isSystemServer) &&
539 if (!strcasecmp(name, "isSystemServer")) {
    [all...]
  /system/netd/server/
FwmarkServer.cpp 43 bool isSystemServer(SocketClient* client) {
65 return isSystemServer(client) ||
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 221 milliseconds