Home
last modified time | relevance | path

Searched defs:isSystemServer (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/location/java/android/location/util/identity/
H A DCallerIdentity.java187 public boolean isSystemServer() { in isSystemServer() method in CallerIdentity
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DZygote.java1152 private static void callPostForkChildHooks(int runtimeFlags, boolean isSystemServer, in callPostForkChildHooks()