Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/
DImsService.java229 private final SparseArray<SparseBooleanArray> mCreateImsFeatureWithSlotIdFlagMap = field in ImsService
596 synchronized (mCreateImsFeatureWithSlotIdFlagMap) { in setImsFeatureCreatedForSlot()
607 synchronized (mCreateImsFeatureWithSlotIdFlagMap) { in isImsFeatureCreatedForSlot()
613 SparseBooleanArray createFlag = mCreateImsFeatureWithSlotIdFlagMap.get(slotId); in getImsFeatureCreatedForSlot()
616 mCreateImsFeatureWithSlotIdFlagMap.put(slotId, createFlag); in getImsFeatureCreatedForSlot()