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

  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
NumberParseException.java 26 public enum ErrorType {
43 private ErrorType errorType;
46 public NumberParseException(ErrorType errorType, String message) {
49 this.errorType = errorType;
55 public ErrorType getErrorType() {
56 return errorType;
61 return "Error type: " + errorType + ". " + message
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
RetryScheduler.java 126 int errorType = MmsSms.ERR_TYPE_GENERIC;
177 errorType = MmsSms.ERR_TYPE_GENERIC_PERMANENT;
210 values.put(PendingMessages.ERROR_TYPE, errorType);
  /external/icu4c/test/intltest/
rbbitst.cpp     [all...]
  /external/jdiff/
xerces.jar 

Completed in 2310 milliseconds