Searched refs:fromInt (Results 1 – 19 of 19) sorted by relevance
54 mFailCause = DcFailCause.fromInt( in saveParameters()65 mFailCause = DcFailCause.fromInt(failCause); in saveParameters()
115 public static DcFailCause fromInt(int errorCode) { in fromInt() method in DcFailCause
68 mFailCause = DcFailCause.fromInt(0); in SetupResult()
100 public static LinkPropertyChangeAction fromInt(int value) { in fromInt() method in DcAsyncChannel.LinkPropertyChangeAction
243 DcFailCause failCause = DcFailCause.fromInt(newState.status); in onDataStateChanged()
775 result.mFailCause = DcFailCause.fromInt(response.status); in onSetupConnectionCompleted()779 result.mFailCause = DcFailCause.fromInt(response.status); in onSetupConnectionCompleted()1647 cause = DcFailCause.fromInt(rilFailCause); in processMessage()
42 public static FontSize fromInt(int value) { in fromInt() method in FontSize
236 TextAlignment align = TextAlignment.fromInt(alignValue); in retrieveTextAttribute()239 FontSize size = FontSize.fromInt(sizeValue); in retrieveTextAttribute()250 TextColor color = TextColor.fromInt(colorValue); in retrieveTextAttribute()
44 public static TextAlignment fromInt(int value) { in fromInt() method in TextAlignment
55 public static TextColor fromInt(int value) { in fromInt() method in TextColor
66 public static ComprehensionTlvTag fromInt(int value) { in fromInt() method in ComprehensionTlvTag
178 public static ResultCode fromInt(int value) { in fromInt() method in ResultCode
101 public static CommandType fromInt(int value) { in fromInt() method in AppInterface.CommandType
160 public static Tone fromInt(int value) { in fromInt() method in Tone
33 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand); in getCommandType()
145 mCurrentRilMessage.mResCode = ResultCode.fromInt(msg.arg1); in processMessage()
206 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand); in getCmdType()
127 .fromInt(cmdDet.typeOfCommand); in make()827 tone = Tone.fromInt(toneVal); in processPlayTone()950 AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in processBIPClient()
592 CommandType cmdType = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in encodeOptionalTags()941 AppInterface.CommandType type = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in handleCmdResponse()