DO NOT MERGE API for reporting IMS registration failures

am: a62a1302ee

Change-Id: Iad3a0ab889618cc329517b102067f5b26ed96ee0
This commit is contained in:
Dheeraj Shetty
2016-12-10 00:16:52 +00:00
committed by android-build-merger

View File

@@ -107,4 +107,14 @@ interface IImsRegistrationListener {
* Notifies the application when the list of URIs associated with IMS client is updated. * Notifies the application when the list of URIs associated with IMS client is updated.
*/ */
void registrationAssociatedUriChanged(in Uri[] uris); void registrationAssociatedUriChanged(in Uri[] uris);
/**
* Notifies the application when IMS registration attempt on a target
* access tech fails.
*
* @param targetAccessTech Radio access technology on which the IMS registration was
* attempted.
* @param imsReasonInfo Reason for the failure.
*/
void registrationChangeFailed(in int targetAccessTech, in ImsReasonInfo imsReasonInfo);
} }