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 261 if ((reasons & INACTIVE_NEED_ENCRYPTION) != 0) {
290 public final static int INACTIVE_NEED_ENCRYPTION = 8;
378 reasons |= INACTIVE_NEED_ENCRYPTION;
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSecurity.java 262 if ((inactiveReasons & SecurityPolicy.INACTIVE_NEED_ENCRYPTION) != 0) {

Completed in 50 milliseconds