Home
last modified time | relevance | path

Searched refs:fromInt (Results 1 – 13 of 13) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DValueParser.java240 TextAlignment align = TextAlignment.fromInt(alignValue); in retrieveTextAttribute()
243 FontSize size = FontSize.fromInt(sizeValue); in retrieveTextAttribute()
254 TextColor color = TextColor.fromInt(colorValue); in retrieveTextAttribute()
DFontSize.java42 public static FontSize fromInt(int value) { in fromInt() method in FontSize
DTextAlignment.java44 public static TextAlignment fromInt(int value) { in fromInt() method in TextAlignment
DTextColor.java55 public static TextColor fromInt(int value) { in fromInt() method in TextColor
DComprehensionTlvTag.java79 public static ComprehensionTlvTag fromInt(int value) { in fromInt() method in ComprehensionTlvTag
DResultCode.java205 public static ResultCode fromInt(int value) { in fromInt() method in ResultCode
DTone.java160 public static Tone fromInt(int value) { in fromInt() method in Tone
DAppInterface.java144 public static CommandType fromInt(int value) { in fromInt() method in AppInterface.CommandType
DCommandParamsFactory.java144 .fromInt(cmdDet.typeOfCommand); in make()
599 .fromInt(cmdDet.typeOfCommand); in processSelectItem()
879 tone = Tone.fromInt(toneVal); in processPlayTone()
1067 AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in processBIPClient()
DRilMessageDecoder.java152 mCurrentRilMessage.mResCode = ResultCode.fromInt(msg.arg1); in processMessage()
DCommandParams.java39 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand); in getCommandType()
DCatCmdMessage.java220 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand); in getCmdType()
DCatService.java638 CommandType cmdType = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in encodeOptionalTags()
993 AppInterface.CommandType type = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in handleCmdResponse()