Searched refs:isRootOrSystemOrShell (Results 1 – 1 of 1) sorted by relevance
232 isRootOrSystemOrShell(callingUid) -> Build.VERSION_CODES.CUR_DEVELOPMENT1925 private fun isRootOrSystemOrShell(uid: Int) = isRootOrSystem(uid) || isShell(uid) regex