Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/specialaccess/interactacrossprofiles/
DInteractAcrossProfilesDetails.java145 if (!isCrossProfilePackageAllowlisted(mPackageName)) { in logNonConfigurableAppMetrics()
385 if (!isCrossProfilePackageAllowlisted(mPackageName)) { in refreshUiForNonConfigurableApps()
420 private boolean isCrossProfilePackageAllowlisted(String packageName) { in isCrossProfilePackageAllowlisted() method in InteractAcrossProfilesDetails