Searched refs:KEY_ENTERPRISE_PRIVACY (Results 1 – 3 of 3) sorted by relevance
39 private static final String KEY_ENTERPRISE_PRIVACY = "enterprise_privacy"; field in EnterprisePrivacyPreferenceControllerTest51 mContext, mPrivacyPreferenceControllerHelper, KEY_ENTERPRISE_PRIVACY); in setUp()94 assertThat(mController.getPreferenceKey()).isEqualTo(KEY_ENTERPRISE_PRIVACY); in getPreferenceKey_byDefault_returnsDefaultValue()
29 private static final String KEY_ENTERPRISE_PRIVACY = "enterprise_privacy"; field in EnterprisePrivacyPreferenceController34 this(Objects.requireNonNull(context), KEY_ENTERPRISE_PRIVACY); in EnterprisePrivacyPreferenceController()
84 private static final String KEY_ENTERPRISE_PRIVACY = "enterprise_privacy"; field in SecurityFragment223 mEnterprisePrivacyPref = findPreference(KEY_ENTERPRISE_PRIVACY); in onCreatePreferences()