Searched refs:fromInt (Results 1 - 21 of 21) 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 DCommandParams.java35 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand);
H A DRilMessageDecoder.java145 mCurrentRilMessage.mResCode = ResultCode.fromInt(msg.arg1);
H A DCatCmdMessage.java209 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand);
H A DCommandParamsFactory.java144 .fromInt(cmdDet.typeOfCommand);
613 .fromInt(cmdDet.typeOfCommand);
893 tone = Tone.fromInt(toneVal);
1016 AppInterface.CommandType.fromInt(cmdDet.typeOfCommand);
H A DCatService.java605 CommandType cmdType = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand);
953 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.java169 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.java270 DcFailCause failCause = DcFailCause.fromInt(newState.status);
H A DDataConnection.java715 result.mFailCause = DcFailCause.fromInt(response.status);
719 result.mFailCause = DcFailCause.fromInt(response.status);
1513 cause = DcFailCause.fromInt(rilFailCause);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DDcFailCauseTest.java150 DcFailCause.fromInt(data.mCause).isPermanentFail());
152 assertFalse(DcFailCause.fromInt(123456).isPermanentFail());
160 DcFailCause.fromInt(data.mCause).isEventLoggable());
162 assertFalse(DcFailCause.fromInt(123456).isEventLoggable());
169 assertEquals(data.mCause, DcFailCause.fromInt(data.mCause).getErrorCode());
172 DcFailCause.fromInt(123456).getErrorCode());
/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 342 milliseconds