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.java112 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.java153 .fromInt(cmdDet.typeOfCommand);
634 .fromInt(cmdDet.typeOfCommand);
914 tone = Tone.fromInt(toneVal);
1102 AppInterface.CommandType.fromInt(cmdDet.typeOfCommand);
H A DCatService.java628 CommandType cmdType = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand);
983 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 DDcAsyncChannel.java102 public static LinkPropertyChangeAction fromInt(int value) { method in class:DcAsyncChannel.LinkPropertyChangeAction
110 throw new RuntimeException("LinkPropertyChangeAction.fromInt: bad value=" + value);
H A DDcFailCause.java242 public static DcFailCause fromInt(int errorCode) { method in class:DcFailCause
H A DDcController.java331 DcFailCause failCause = DcFailCause.fromInt(newState.getStatus());
H A DDataConnection.java353 mFailCause = DcFailCause.fromInt(0);
765 result.mFailCause = DcFailCause.fromInt(response.getStatus());
/frameworks/support/core/ktx/src/androidTest/java/androidx/core/graphics/drawable/
H A DColorDrawableTest.kt25 @Test fun fromInt() {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DDcFailCauseTest.java149 assertEquals("cause = " + data.mCause, data.mPermanentFailure, DcFailCause.fromInt(
152 assertFalse(DcFailCause.fromInt(123456).isPermanentFailure(mContext, mPhone.getSubId()));
168 if (DcFailCause.fromInt(data.mCause).equals(
170 DcFailCause.fromInt(data.mCause).equals(DcFailCause.TETHERED_CALL_ACTIVE)) {
171 assertTrue("cause = " + data.mCause, DcFailCause.fromInt(data.mCause).
174 assertFalse("cause = " + data.mCause, DcFailCause.fromInt(data.mCause).
186 DcFailCause.fromInt(data.mCause).isEventLoggable());
188 assertFalse(DcFailCause.fromInt(123456).isEventLoggable());
195 assertEquals(data.mCause, DcFailCause.fromInt(data.mCause).getErrorCode());
198 DcFailCause.fromInt(12345
[all...]
/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 1084 milliseconds