Searched defs:fromInt (Results 1 - 9 of 9) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DFontSize.java42 public static FontSize fromInt(int value) { method in class:FontSize
H A DTextAlignment.java44 public static TextAlignment fromInt(int value) { method in class:TextAlignment
H A DTextColor.java55 public static TextColor fromInt(int value) { method in class:TextColor
H A DAppInterface.java87 public static CommandType fromInt(int value) { method in class:AppInterface.CommandType
H A DComprehensionTlvTag.java66 public static ComprehensionTlvTag fromInt(int value) { method in class:ComprehensionTlvTag
H A DResultCode.java178 public static ResultCode fromInt(int value) { method in class:ResultCode
H A DTone.java160 public static Tone fromInt(int value) { method in class:Tone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDataConnectionAc.java137 public static LinkPropertyChangeAction fromInt(int value) { method in class:DataConnectionAc.LinkPropertyChangeAction
145 throw new RuntimeException("LinkPropertyChangeAction.fromInt: bad value=" + value);
H A DDataConnection.java182 public static FailCause fromInt(int errorCode) { method in class:DataConnection.FailCause
561 result.mFailCause = FailCause.fromInt(response.status);
570 result.mFailCause = FailCause.fromInt(response.status);
992 cause = FailCause.fromInt(rilFailCause);

Completed in 56 milliseconds