Searched refs:isPrivateProfileSupported (Results 1 – 4 of 4) sorted by relevance
217 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 in com.android.permissioncontroller.safetycenter.service.SafetyCenterSearchIndexablesProvider
101 if (!isPrivateProfileSupported()) { in isPrivateProfile()124 public static boolean isPrivateProfileSupported() { in isPrivateProfileSupported() method in UserUtils
92 } else if (isPrivateProfileSupported() && userUserManager.isPrivateProfile()) { in setupPreferenceKey()99 private Boolean isPrivateProfileSupported() { in isPrivateProfileSupported() method in StaticSafetyEntryPreference
103 } else if (isPrivateProfileSupported() && userUserManager.isPrivateProfile) { in setupPreferenceKey()110 private fun isPrivateProfileSupported(): Boolean { in isPrivateProfileSupported() method