Loading
Remove synchronized() blocks that are not required.
If variables are accessed only by methods that run on the handler thread, then those variables need not be protected by synchronized(mLock) Bug: 409610450 Test: atest Manual Test: 413470262 Flag: com.android.internal.telephony.flags.satellite_improve_multi_thread_design Change-Id: Ifccf1d6e6a710a8e0725de95f0f26007c20bfc3a