Searched refs:systemPid (Results 1 – 1 of 1) sorted by relevance
58 final int systemPid = getCallingPid(); in checkConsistentSystemPid() local59 if (sSystemPid.compareAndSet(-1, systemPid)) { in checkConsistentSystemPid()64 if (sSystemPid.get() != systemPid) { in checkConsistentSystemPid()66 + sSystemPid.get() + " but was called from " + systemPid); in checkConsistentSystemPid()