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/
DFontSize.java42 public static FontSize fromInt(int value) { in fromInt() method in FontSize
DValueParser.java238 TextAlignment align = TextAlignment.fromInt(alignValue); in retrieveTextAttribute()
241 FontSize size = FontSize.fromInt(sizeValue); in retrieveTextAttribute()
252 TextColor color = TextColor.fromInt(colorValue); in retrieveTextAttribute()
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
DCommandParams.java39 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand); in getCommandType()
DRilMessageDecoder.java153 mCurrentRilMessage.mResCode = ResultCode.fromInt(msg.arg1); in processMessage()
DCommandParamsFactory.java153 .fromInt(cmdDet.typeOfCommand); in make()
608 .fromInt(cmdDet.typeOfCommand); in processSelectItem()
888 tone = Tone.fromInt(toneVal); in processPlayTone()
1076 AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in processBIPClient()
DCatCmdMessage.java220 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand); in getCmdType()
DCatService.java635 CommandType cmdType = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in encodeOptionalTags()
990 AppInterface.CommandType type = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in handleCmdResponse()