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.java117 SECURITY_STATE_NOT_SECURE, enumConstant
230 mSecurityState = SecurityState.SECURITY_STATE_NOT_SECURE; in PageState()
239 mSecurityState = SecurityState.SECURITY_STATE_NOT_SECURE; in PageState()
518 setSecurityState(SecurityState.SECURITY_STATE_NOT_SECURE);
557 setSecurityState(SecurityState.SECURITY_STATE_NOT_SECURE);
650 mCurrentState.mSecurityState = SecurityState.SECURITY_STATE_NOT_SECURE; in syncCurrentState()