Home
last modified time | relevance | path

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

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