Searched refs:sSystemPid (Results 1 – 1 of 1) sorted by relevance
31 private static final AtomicInteger sSystemPid = new AtomicInteger(-1); field in PermissionUtil59 if (sSystemPid.compareAndSet(-1, systemPid)) { in checkConsistentSystemPid()64 if (sSystemPid.get() != systemPid) { in checkConsistentSystemPid()66 + sSystemPid.get() + " but was called from " + systemPid); in checkConsistentSystemPid()