Searched defs:ERROR_UNSPECIFIED (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallFailCause.java78 int ERROR_UNSPECIFIED = 0xffff; field in interface:CallFailCause
/frameworks/base/telephony/java/android/telephony/
H A DDisconnectCause.java100 public static final int ERROR_UNSPECIFIED = 36; field in class:DisconnectCause
357 case ERROR_UNSPECIFIED:
358 return "ERROR_UNSPECIFIED";
H A DPreciseDisconnectCause.java483 reveal error code which would be replaced by ERROR_UNSPECIFIED */
501 public static final int ERROR_UNSPECIFIED = 0xffff; field in class:PreciseDisconnectCause
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcFailCause.java89 // want to reveal error code which would be replaced by ERROR_UNSPECIFIED
114 ERROR_UNSPECIFIED(0xFFFF), enum constant in enum:DcFailCause

Completed in 572 milliseconds