Home
last modified time | relevance | path

Searched refs:systemPid (Results 1 – 1 of 1) sorted by relevance

/packages/modules/NetworkStack/src/com/android/server/util/
DPermissionUtil.java58 final int systemPid = getCallingPid(); in checkConsistentSystemPid() local
59 if (sSystemPid.compareAndSet(-1, systemPid)) { in checkConsistentSystemPid()
64 if (sSystemPid.get() != systemPid) { in checkConsistentSystemPid()
66 + sSystemPid.get() + " but was called from " + systemPid); in checkConsistentSystemPid()