OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REASONS
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Email/emailcommon/src/com/android/emailcommon/
TrafficFlags.java
47
private static final String[]
REASONS
= new String[] {"sync", "attachment", "precache"};
89
sb.append(
REASONS
[(flags & REASON_MASK) >> REASON_SHIFT]);
/libcore/ojluni/src/main/java/sun/security/x509/
IssuingDistributionPointExtension.java
84
public static final String
REASONS
= "
reasons
";
119
* @param revocationReasons the revocation
reasons
associated with the
259
} else if (name.equalsIgnoreCase(
REASONS
)) {
312
} else if (name.equalsIgnoreCase(
REASONS
)) {
341
} else if (name.equalsIgnoreCase(
REASONS
)) {
368
elements.addElement(
REASONS
);
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DistributionPointFetcher.java
304
* @param reasonsMask the interim
reasons
mask
530
// compute interim
reasons
mask
532
ReasonFlags
reasons
= null;
local
534
reasons
= (ReasonFlags)
535
idpExt.get(IssuingDistributionPointExtension.
REASONS
);
539
if (
reasons
!= null) {
541
// set interim
reasons
mask to the intersection of
542
//
reasons
in the DP and onlySomeReasons in the IDP
543
boolean[] idpReasonFlags =
reasons
.getFlags();
550
// set interim
reasons
mask to the value o
[
all
...]
Completed in 526 milliseconds