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