Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/security/
DEncryptionStatusPreferenceControllerTest.java22 .PREF_KEY_ENCRYPTION_SECURITY_PAGE;
83 PREF_KEY_ENCRYPTION_SECURITY_PAGE); in isAvailable_notVisible_butNotDetailPage_true()
108 assertThat(mController.getPreferenceKey()).isNotEqualTo(PREF_KEY_ENCRYPTION_SECURITY_PAGE); in updateSummary_unencrypted_shouldHasEncryptionFragment()
116 PREF_KEY_ENCRYPTION_SECURITY_PAGE); in updateSummary_unencrypted_securityPage_shouldNotHaveEncryptionFragment()
/packages/apps/Settings/src/com/android/settings/security/
DSecuritySettings.java18 …m.android.settings.security.EncryptionStatusPreferenceController.PREF_KEY_ENCRYPTION_SECURITY_PAGE;
115 PREF_KEY_ENCRYPTION_SECURITY_PAGE)); in buildPreferenceControllers()
DEncryptionStatusPreferenceController.java34 public static final String PREF_KEY_ENCRYPTION_SECURITY_PAGE = "encryption_and_credential"; field in EncryptionStatusPreferenceController