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

  /packages/apps/Email/src/com/android/email/
SecurityPolicy.java 311 if ((reasons & INACTIVE_NEED_ENCRYPTION) != 0) {
337 public final static int INACTIVE_NEED_ENCRYPTION = 8;
420 reasons |= INACTIVE_NEED_ENCRYPTION;
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSecurity.java 252 if ((inactiveReasons & SecurityPolicy.INACTIVE_NEED_ENCRYPTION) != 0) {

Completed in 316 milliseconds