Loading telephony/java/android/telephony/ims/stub/ImsRegistrationImplBase.java +12 −0 Original line number Diff line number Diff line Loading @@ -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; } } } Loading
telephony/java/android/telephony/ims/stub/ImsRegistrationImplBase.java +12 −0 Original line number Diff line number Diff line Loading @@ -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; } } }