Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/
DTab.java115 SECURITY_STATE_NOT_SECURE, enumConstant
226 mSecurityState = SecurityState.SECURITY_STATE_NOT_SECURE; in PageState()
235 mSecurityState = SecurityState.SECURITY_STATE_NOT_SECURE; in PageState()
514 setSecurityState(SecurityState.SECURITY_STATE_NOT_SECURE);
553 setSecurityState(SecurityState.SECURITY_STATE_NOT_SECURE);
673 mCurrentState.mSecurityState = SecurityState.SECURITY_STATE_NOT_SECURE; in syncCurrentState()