Searched refs:fromInt (Results 1 - 20 of 20) 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 DComprehensionTlvTag.java66 public static ComprehensionTlvTag fromInt(int value) { method in class:ComprehensionTlvTag
H A DAppInterface.java104 public static CommandType fromInt(int value) { method in class:AppInterface.CommandType
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.java236 TextAlignment align = TextAlignment.fromInt(alignValue);
239 FontSize size = FontSize.fromInt(sizeValue);
250 TextColor color = TextColor.fromInt(colorValue);
H A DCatCmdMessage.java206 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand);
H A DCommandParams.java33 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand);
H A DRilMessageDecoder.java145 mCurrentRilMessage.mResCode = ResultCode.fromInt(msg.arg1);
H A DCommandParamsFactory.java143 .fromInt(cmdDet.typeOfCommand);
855 tone = Tone.fromInt(toneVal);
978 AppInterface.CommandType.fromInt(cmdDet.typeOfCommand);
H A DCatService.java600 CommandType cmdType = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand);
948 AppInterface.CommandType type = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcFailBringUp.java54 mFailCause = DcFailCause.fromInt(
65 mFailCause = DcFailCause.fromInt(failCause);
H A DDcFailCause.java115 public static DcFailCause fromInt(int errorCode) { method in class:DcFailCause
H A DDataCallResponse.java68 mFailCause = DcFailCause.fromInt(0);
H A DDcAsyncChannel.java100 public static LinkPropertyChangeAction fromInt(int value) { method in class:DcAsyncChannel.LinkPropertyChangeAction
108 throw new RuntimeException("LinkPropertyChangeAction.fromInt: bad value=" + value);
H A DDcController.java271 DcFailCause failCause = DcFailCause.fromInt(newState.status);
H A DDataConnection.java794 result.mFailCause = DcFailCause.fromInt(response.status);
798 result.mFailCause = DcFailCause.fromInt(response.status);
1700 cause = DcFailCause.fromInt(rilFailCause);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 137 milliseconds