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

Commit 2b96c729 authored by Joonhun Shin's avatar Joonhun Shin Committed by Android (Google) Code Review
Browse files

Merge "PhoneProcess crash - setPhoneNumberForSourceIms"

parents 3fce8f31 370474a3
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -517,4 +517,16 @@ public class ImsRegistrationImplBase {
            mExecutor = executor;
        }
    }

    /**
     * Clear the cached data when the subscription is no longer valid
     * such as when a sim is removed.
     * @hide
     */
    public final void clearRegistrationCache() {
        synchronized (mLock) {
            mUris = null;
            mUrisSet = false;
        }
    }
}