Loading src/java/com/android/ims/ImsManager.java +4 −1 Original line number Original line Diff line number Diff line Loading @@ -135,9 +135,12 @@ public class ImsManager implements IFeatureConnector { * Action to broadcast when ImsService registration fails. * Action to broadcast when ImsService registration fails. * Internal use only. * Internal use only. * @hide * @hide * @deprecated use {@link android.telephony.ims.ImsManager#ACTION_WFC_IMS_REGISTRATION_ERROR} * instead. */ */ @Deprecated public static final String ACTION_IMS_REGISTRATION_ERROR = public static final String ACTION_IMS_REGISTRATION_ERROR = "com.android.ims.REGISTRATION_ERROR"; android.telephony.ims.ImsManager.ACTION_WFC_IMS_REGISTRATION_ERROR; /** /** * Part of the ACTION_IMS_SERVICE_UP or _DOWN intents. * Part of the ACTION_IMS_SERVICE_UP or _DOWN intents. Loading Loading
src/java/com/android/ims/ImsManager.java +4 −1 Original line number Original line Diff line number Diff line Loading @@ -135,9 +135,12 @@ public class ImsManager implements IFeatureConnector { * Action to broadcast when ImsService registration fails. * Action to broadcast when ImsService registration fails. * Internal use only. * Internal use only. * @hide * @hide * @deprecated use {@link android.telephony.ims.ImsManager#ACTION_WFC_IMS_REGISTRATION_ERROR} * instead. */ */ @Deprecated public static final String ACTION_IMS_REGISTRATION_ERROR = public static final String ACTION_IMS_REGISTRATION_ERROR = "com.android.ims.REGISTRATION_ERROR"; android.telephony.ims.ImsManager.ACTION_WFC_IMS_REGISTRATION_ERROR; /** /** * Part of the ACTION_IMS_SERVICE_UP or _DOWN intents. * Part of the ACTION_IMS_SERVICE_UP or _DOWN intents. Loading