OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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