OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unsupportedpolicies
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Email/src/com/android/email/activity/setup/
AccountCheckSettingsFragment.java
618
String[]
unsupportedPolicies
= (String[]) ex.getExceptionData();
619
if (
unsupportedPolicies
== null) {
626
for (String policyName:
unsupportedPolicies
) {
[
all
...]
Completed in 141 milliseconds