Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DDefaultPermissionGrantPolicy.java797 boolean systemFixed, int userId) { in grantRuntimePermissionsLPw() argument
798 grantRuntimePermissionsLPw(pkg, permissions, systemFixed, false, userId); in grantRuntimePermissionsLPw()
802 boolean systemFixed, boolean isDefaultPhoneOrSms, int userId) { in grantRuntimePermissionsLPw() argument
858 Log.i(TAG, "Granted " + (systemFixed ? "fixed " : "not fixed ") in grantRuntimePermissionsLPw()
863 if (systemFixed) { in grantRuntimePermissionsLPw()
875 && !systemFixed) { in grantRuntimePermissionsLPw()