Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/hibernation/
DHibernationPolicy.kt279 if (context.isPackageCrossProfile(pkgName)) { in getAppsToHibernate()
481 private fun Context.isPackageCrossProfile(pkg: String): Boolean { in Context() method