Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e682152e authored by Pavel Zhamaitsiak's avatar Pavel Zhamaitsiak Committed by android-build-merger
Browse files

Merge "Add addRegistrationListener function to IImsService.aidl" into nyc-mr1-dev

am: 644a0073

* commit '644a0073':
  Add addRegistrationListener function to IImsService.aidl

Change-Id: I0beec52050efa8ca9412600657286128ec617121
parents e778c943 644a0073
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -38,8 +38,19 @@ interface IImsService {
    void close(int serviceId);
    boolean isConnected(int serviceId, int serviceType, int callType);
    boolean isOpened(int serviceId);

    /**
     * Replace existing registration listener
     *
     */
    void setRegistrationListener(int serviceId, in IImsRegistrationListener listener);

    /**
     * Add new registration listener
     */
    void addRegistrationListener(int phoneId, int serviceClass,
            in IImsRegistrationListener listener);

    ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType);

    IImsCallSession createCallSession(int serviceId, in ImsCallProfile profile,