Searched defs:security (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSecurity.java41 * Psuedo-activity (no UI) to bootstrap the user up to a higher desired security level. This
44 * 1. Confirm the account of interest has any security policies defined - exit early if not
77 * the necessary system settings. Should be true anywhere the context of the security settings
112 SecurityPolicy security = SecurityPolicy.getInstance(this);
113 security.clearNotification();
139 // Otherwise, handle normal security settings flow
141 // This account wants to control security
149 LogUtils.d(TAG, "Showing security needed dialog");
154 // Go directly to security settings
173 * the requisite security setting
295 repostNotification(final Account account, final SecurityPolicy security) argument
[all...]
/packages/apps/Settings/src/com/android/settings/wifi/
H A DAccessPoint.java62 int security; field in class:AccessPoint
99 switch(security) {
188 security = getSecurity(config);
197 security = getSecurity(result);
198 wpsAvailable = security != SECURITY_EAP && result.capabilities.contains("WPS");
199 if (security == SECURITY_PSK)
216 signal.setImageState((security != SECURITY_NONE) ?
267 if (ssid.equals(result.SSID) && security == getSecurity(result)) {
276 if (security == SECURITY_PSK) {
364 if (security !
[all...]

Completed in 211 milliseconds