Searched refs:fromInt (Results 1 - 17 of 17) 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
H A DValueParser.java234 TextAlignment align = TextAlignment.fromInt(alignValue);
237 FontSize size = FontSize.fromInt(sizeValue);
248 TextColor color = TextColor.fromInt(colorValue);
H A DCatCmdMessage.java156 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand);
H A DCommandParams.java33 return AppInterface.CommandType.fromInt(cmdDet.typeOfCommand);
H A DRilMessageDecoder.java123 mCurrentRilMessage.mResCode = ResultCode.fromInt(msg.arg1);
H A DCatService.java417 CommandType cmdType = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand);
722 switch (AppInterface.CommandType.fromInt(cmdDet.typeOfCommand)) {
H A DCommandParamsFactory.java118 .fromInt(cmdDet.typeOfCommand);
785 tone = Tone.fromInt(toneVal);
908 AppInterface.CommandType.fromInt(cmdDet.typeOfCommand);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDataCallState.java66 mFailCause = FailCause.fromInt(0);
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);
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 DDataConnectionTracker.java291 mFailDataSetupFailCause = FailCause.fromInt(

Completed in 4711 milliseconds