HomeSort by relevance Sort by last modified time
    Searched defs:DEFAULT (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/apache-http/src/org/apache/http/impl/cookie/
NetscapeDraftHeaderParser.java 47 public final static NetscapeDraftHeaderParser DEFAULT = new NetscapeDraftHeaderParser();
55 this.nvpParser = BasicHeaderValueParser.DEFAULT;
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
TextAlignment.java 29 /** Language dependent (default) */
30 DEFAULT(0x3);
  /libcore/luni/src/main/java/java/security/spec/
PSSParameterSpec.java 30 * The default parameter specification. It specifies the following parameters:
39 public static final PSSParameterSpec DEFAULT = new PSSParameterSpec(20);
54 * and the default values.
  /libcore/luni/src/main/java/javax/crypto/spec/
OAEPParameterSpec.java 37 * The algorithm parameter instance with default values.
43 * <li>the source of the label <code>L</code>: {@link PSource.PSpecified#DEFAULT}</li>
46 public static final OAEPParameterSpec DEFAULT = new OAEPParameterSpec();
52 this.pSrc = PSource.PSpecified.DEFAULT;
PSource.java 64 * The instance of <code>PSpecified</code> with the default value
67 public static final PSpecified DEFAULT = new PSpecified();
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1TypeCollection.java 38 public final Object[] DEFAULT; //TODO comment me
58 this.DEFAULT = new Object[type.length];
71 * Sets a default value for a collection component.
74 * @param object - a component's default value
79 DEFAULT[index] = object;
88 * The default implementation throws RuntimeException.
  /frameworks/base/core/java/android/accessibilityservice/
AccessibilityServiceInfo.java 59 * If an {@link AccessibilityService} is the default for a given type.
60 * Default service is invoked only if no package specific one exists. In case of
63 public static final int DEFAULT = 0x0000001;
110 * @see #DEFAULT
  /packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/
DateTimeParserConstants.java 30 int DEFAULT = 0;
  /cts/tests/tests/graphics/src/android/graphics/cts/
TypefaceTest.java 32 private static final String DEFAULT = (String)null;
40 * Create a typeface of the given style. If the default font does not support the style,
115 Typeface typeface = Typeface.create(DEFAULT, Typeface.NORMAL);
145 assertNotNull(Typeface.DEFAULT);
  /external/apache-http/src/org/apache/http/message/
BasicHeaderValueFormatter.java 56 * A default instance of this class, for use as default or fallback.
59 * The instance here provides non-customized, default behavior.
62 BasicHeaderValueFormatter DEFAULT = new BasicHeaderValueFormatter();
81 // public default constructor
92 * for the {@link #DEFAULT default}
101 formatter = BasicHeaderValueFormatter.DEFAULT;
161 * for the {@link #DEFAULT default}
    [all...]