Loading src/java/com/android/ims/ImsManager.java +4 −1 Original line number Diff line number Diff line Loading @@ -135,9 +135,12 @@ public class ImsManager implements IFeatureConnector { * Action to broadcast when ImsService registration fails. * Internal use only. * @hide * @deprecated use {@link android.telephony.ims.ImsManager#ACTION_WFC_IMS_REGISTRATION_ERROR} * instead. */ @Deprecated 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. Loading Loading
src/java/com/android/ims/ImsManager.java +4 −1 Original line number Diff line number Diff line Loading @@ -135,9 +135,12 @@ public class ImsManager implements IFeatureConnector { * Action to broadcast when ImsService registration fails. * Internal use only. * @hide * @deprecated use {@link android.telephony.ims.ImsManager#ACTION_WFC_IMS_REGISTRATION_ERROR} * instead. */ @Deprecated 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. Loading