Home
last modified time | relevance | path

Searched refs:mCacheUpdateMutex (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DIRadioConfigImpl.java42 private final Object mCacheUpdateMutex; field in IRadioConfigImpl
72 mCacheUpdateMutex = new Object(); in IRadioConfigImpl()
95 synchronized (mCacheUpdateMutex) { in handleMessage()
175 synchronized (mCacheUpdateMutex) { in getNumOfLiveModems()
192 synchronized (mCacheUpdateMutex) { in getPhoneCapability()
209 synchronized (mCacheUpdateMutex) { in getSimultaneousCallingSupport()
227 synchronized (mCacheUpdateMutex) { in getSimSlotsStatus()
299 synchronized (mCacheUpdateMutex) { in unsolSimSlotsStatusChanged()
324 synchronized (mCacheUpdateMutex) { in unsolSimultaneousCallingSupportChanged()
DIRadioNetworkImpl.java54 private final Object mCacheUpdateMutex; field in IRadioNetworkImpl
84 mCacheUpdateMutex = new Object(); in IRadioNetworkImpl()
111 synchronized (mCacheUpdateMutex) { in handleMessage()
251 synchronized (mCacheUpdateMutex) { in changeNetworkService()
268 synchronized (mCacheUpdateMutex) { in setEmergencyRegResult()
277 synchronized (mCacheUpdateMutex) { in resetEmergencyMode()
288 synchronized (mCacheUpdateMutex) { in getEmergencyMode()
297 synchronized (mCacheUpdateMutex) { in isEmergencyNetworkScanTriggered()
306 synchronized (mCacheUpdateMutex) { in isEmergencyNetworkScanCanceled()
315 synchronized (mCacheUpdateMutex) { in getEmergencyNetworkScanAccessNetwork()
[all …]
DIRadioModemImpl.java48 private final Object mCacheUpdateMutex; field in IRadioModemImpl
76 mCacheUpdateMutex = new Object(); in IRadioModemImpl()
96 synchronized (mCacheUpdateMutex) { in handleMessage()
197 synchronized (mCacheUpdateMutex) { in getBasebandVersion()
215 synchronized (mCacheUpdateMutex) { in getDeviceIdentity()
235 synchronized (mCacheUpdateMutex) { in getImei()
423 synchronized (mCacheUpdateMutex) { in setRadioPower()
565 synchronized (mCacheUpdateMutex) { in changeImeiMapping()
DIRadioSimImpl.java52 private Object mCacheUpdateMutex; field in IRadioSimImpl
82 mCacheUpdateMutex = new Object(); in IRadioSimImpl()
103 synchronized (mCacheUpdateMutex) { in handleMessage()
308 synchronized (mCacheUpdateMutex) { in getFacilityLockForApp()
356 synchronized (mCacheUpdateMutex) { in getIccCardStatus()
377 synchronized (mCacheUpdateMutex) { in getImsiForApp()
488 synchronized (mCacheUpdateMutex) { in getIccIoResult()
DIRadioVoiceImpl.java53 private final Object mCacheUpdateMutex; field in IRadioVoiceImpl
77 mCacheUpdateMutex = new Object(); in IRadioVoiceImpl()
106 synchronized (mCacheUpdateMutex) { in handleMessage()
483 synchronized (mCacheUpdateMutex) { in getCurrentCalls()