Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/service/
DSafetyCenterSearchIndexablesProvider.kt217 if (safetySource.id != BIOMETRIC_SOURCE_ID && isPrivateProfileSupported()) { in <lambda>()
271 if (isPrivateProfileSupported()) { in <lambda>()
315 } else if (isPrivateProfileSupported() && userUserManager.isPrivateProfile) { in <lambda>()
335 private fun isPrivateProfileSupported(): Boolean { in <lambda>() method
/packages/modules/Permission/service/java/com/android/permission/util/
DUserUtils.java101 if (!isPrivateProfileSupported()) { in isPrivateProfile()
124 public static boolean isPrivateProfileSupported() { in isPrivateProfileSupported() method in UserUtils
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DStaticSafetyEntryPreference.java92 } else if (isPrivateProfileSupported() && userUserManager.isPrivateProfile()) { in setupPreferenceKey()
99 private Boolean isPrivateProfileSupported() { in isPrivateProfileSupported() method in StaticSafetyEntryPreference
DSafetySubpageEntryPreference.kt103 } else if (isPrivateProfileSupported() && userUserManager.isPrivateProfile) { in setupPreferenceKey()
110 private fun isPrivateProfileSupported(): Boolean { in isPrivateProfileSupported() method