summaryrefslogtreecommitdiffstats
path: root/telephony/java/com/android/ims/internal/IImsRegistrationListener.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'telephony/java/com/android/ims/internal/IImsRegistrationListener.aidl')
-rw-r--r--telephony/java/com/android/ims/internal/IImsRegistrationListener.aidl6
1 files changed, 6 insertions, 0 deletions
diff --git a/telephony/java/com/android/ims/internal/IImsRegistrationListener.aidl b/telephony/java/com/android/ims/internal/IImsRegistrationListener.aidl
index c910600..a6a2658 100644
--- a/telephony/java/com/android/ims/internal/IImsRegistrationListener.aidl
+++ b/telephony/java/com/android/ims/internal/IImsRegistrationListener.aidl
@@ -72,4 +72,10 @@ interface IImsRegistrationListener {
*/
void registrationFeatureCapabilityChanged(int serviceClass,
out int[] enabledFeatures, out int[] disabledFeatures);
+
+ /**
+ * Updates the application with the waiting voice message count.
+ * @param count The number of waiting voice messages.
+ */
+ void voiceMessageCountUpdate(int count);
}