HomeSort by relevance Sort by last modified time
    Searched defs:ERROR_MESSAGE (Results 1 - 2 of 2) sorted by null

  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
InputMismatchExceptionTest.java 34 private static final String ERROR_MESSAGE = "for serialization test"; //$NON-NLS-1$
64 ERROR_MESSAGE);
66 assertEquals(ERROR_MESSAGE, exception.getMessage());
80 SerializationTest.verifySelf(new InputMismatchException(ERROR_MESSAGE));
95 ERROR_MESSAGE));
  /packages/apps/IM/src/com/android/im/provider/
Imps.java 921 String ERROR_MESSAGE = "err_msg";
    [all...]

Completed in 529 milliseconds