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

  /system/netd/server/
FwmarkServer.cpp 43 bool isSystemServer(SocketClient* client) {
65 return isSystemServer(client) ||
  /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...]
  /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 381 milliseconds