HomeSort by relevance Sort by last modified time
    Searched refs:INACTIVE_NEED_ENCRYPTION (Results 1 - 2 of 2) sorted by null

  /packages/apps/Email/provider_src/com/android/email/
SecurityPolicy.java 263 if ((reasons & INACTIVE_NEED_ENCRYPTION) != 0) {
292 public final static int INACTIVE_NEED_ENCRYPTION = 8;
380 reasons |= INACTIVE_NEED_ENCRYPTION;
    [all...]
  /packages/apps/Email/provider_src/com/android/email/activity/setup/
AccountSecurity.java 455 if ((inactiveReasons & SecurityPolicy.INACTIVE_NEED_ENCRYPTION) != 0) {

Completed in 388 milliseconds