Package org.robolectric.shadows
Class ShadowRcsUceAdapter
- java.lang.Object
-
- org.robolectric.shadows.ShadowRcsUceAdapter
-
@Implements(value=android.telephony.ims.RcsUceAdapter.class, isInAndroidSdk=false, minSdk=30) public class ShadowRcsUceAdapter extends Object
A shadow forRcsUceAdapter.
-
-
Constructor Summary
Constructors Constructor Description ShadowRcsUceAdapter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisUceSettingEnabled()Returns the value specified for thesubscriptionIdcorresponding to theRcsUceAdapterbysetUceSettingEnabledForSubscriptionId(int, boolean).static voidreset()static voidsetUceSettingEnabledForSubscriptionId(int subscriptionId, boolean uceSettingEnabled)Overrides the value returned byRcsUceAdapter.isUceSettingEnabled()for RcsUceAdapters associated withsubscriptionId.
-
-
-
Method Detail
-
setUceSettingEnabledForSubscriptionId
public static void setUceSettingEnabledForSubscriptionId(int subscriptionId, boolean uceSettingEnabled)Overrides the value returned byRcsUceAdapter.isUceSettingEnabled()for RcsUceAdapters associated withsubscriptionId.
-
reset
@Resetter public static void reset()
-
isUceSettingEnabled
@Implementation protected boolean isUceSettingEnabled()
Returns the value specified for thesubscriptionIdcorresponding to theRcsUceAdapterbysetUceSettingEnabledForSubscriptionId(int, boolean). If no value has been specified, returns false.
-
-