@Implements(value=android.telephony.ims.RcsUceAdapter.class, isInAndroidSdk=false, minSdk=30) public class ShadowRcsUceAdapter extends Object
RcsUceAdapter.| Constructor | Description |
|---|---|
ShadowRcsUceAdapter() |
| Modifier and Type | Method | Description |
|---|---|---|
protected boolean |
isUceSettingEnabled() |
Returns the value specified for the
subscriptionId corresponding to the RcsUceAdapter by setUceSettingEnabledForSubscriptionId(int,
boolean). |
static void |
reset() |
|
static void |
setUceSettingEnabledForSubscriptionId(int subscriptionId,
boolean uceSettingEnabled) |
Overrides the value returned by
RcsUceAdapter.isUceSettingEnabled() for RcsUceAdapters
associated with subscriptionId. |
public static void setUceSettingEnabledForSubscriptionId(int subscriptionId,
boolean uceSettingEnabled)
RcsUceAdapter.isUceSettingEnabled() for RcsUceAdapters
associated with subscriptionId.@Resetter public static void reset()
@Implementation protected boolean isUceSettingEnabled()
subscriptionId corresponding to the RcsUceAdapter by setUceSettingEnabledForSubscriptionId(int,
boolean). If no value has been specified, returns false.