Searched refs:SafetyProtectionUtils (Results 1 – 3 of 3) sorted by relevance
33 import com.android.providers.media.photopicker.util.SafetyProtectionUtils;71 assertThat(SafetyProtectionUtils.shouldShowSafetyProtectionResources(mContext)) in testShouldNotUseSafetyProtectionResourcesWhenSOrBelow()89 assertThat(SafetyProtectionUtils.shouldShowSafetyProtectionResources(mContext)) in testWhetherShouldUseSafetyProtectionResourcesWhenTOrAboveAndFeatureFlagOn()100 assertThat(SafetyProtectionUtils.shouldShowSafetyProtectionResources(mContext)) in testWhetherShouldUseSafetyProtectionResourcesWhenTOrAboveAndFeatureFlagOff()
30 import com.android.providers.media.photopicker.util.SafetyProtectionUtils;61 int visibility = SafetyProtectionUtils.shouldShowSafetyProtectionResources(context) in init()70 if (SafetyProtectionUtils.shouldShowSafetyProtectionResources(context)) { in onFinishInflate()
31 public class SafetyProtectionUtils { class