HomeSort by relevance Sort by last modified time
    Searched defs:REASONS (Results 1 - 5 of 5) 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]);
  /build/make/tools/releasetools/
blockimgdiff.py 264 reasons. The stats is only meaningful when imgdiff not being disabled by the
272 # Reasons for not applying imgdiff on APKs.
278 # The list of valid reasons, which will also be the dumped order in a report.
279 REASONS = (
296 reason: One of the reason constants listed in REASONS.
302 assert reason in self.REASONS
316 for key in self.REASONS:
    [all...]
  /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);
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-6.0.1_r3-robolectric-r1.jar 

Completed in 667 milliseconds