Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DImsService.java200 private final SparseArray<SparseBooleanArray> mCreateImsFeatureWithSlotIdFlagMap = field in ImsService
567 synchronized (mCreateImsFeatureWithSlotIdFlagMap) { in setImsFeatureCreatedForSlot()
578 synchronized (mCreateImsFeatureWithSlotIdFlagMap) { in isImsFeatureCreatedForSlot()
584 SparseBooleanArray createFlag = mCreateImsFeatureWithSlotIdFlagMap.get(slotId); in getImsFeatureCreatedForSlot()
587 mCreateImsFeatureWithSlotIdFlagMap.put(slotId, createFlag); in getImsFeatureCreatedForSlot()