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