HomeSort by relevance Sort by last modified time
    Searched refs:CAUSE (Results 1 - 6 of 6) sorted by null

  /cts/tests/tests/util/src/android/util/cts/
AndroidExceptionTest.java 30 private static final Exception CAUSE = new Exception();
65 throw new AndroidException(CAUSE);
67 assertEquals(CAUSE, e.getCause());
AndroidRuntimeExceptionTest.java 30 private static final Exception CAUSE = new Exception();
65 throw new AndroidRuntimeException(CAUSE);
67 assertEquals(CAUSE, e.getCause());
  /external/nist-sip/java/gov/nist/javax/sip/header/
Reason.java 31 * reason-params = protocol-cause / reason-text
33 * protocol-cause = "cause" EQUAL cause
34 * cause = 1*DIGIT
63 public final String CAUSE = ParameterNames.CAUSE;
67 /** Get the cause token.
68 *@return the cause code.
71 return getParameterAsInt(CAUSE);
    [all...]
ParameterNames.java 141 public static final String CAUSE = "cause";
  /external/libpcap/
atmuni31.h 63 #define CAUSE 0x08 /* cause */
  /external/tcpdump/
atmuni31.h 63 #define CAUSE 0x08 /* cause */

Completed in 50 milliseconds