Searched refs:mFeaturesBySlot (Results 1 – 3 of 3) sorted by relevance
85 private final SparseArray<SparseArray<ImsFeature>> mFeaturesBySlot = new SparseArray<>(); field in ImsService147 return mFeaturesBySlot.get(slotId); in getFeatures()188 synchronized (mFeaturesBySlot) { in addImsFeature()190 SparseArray<ImsFeature> features = mFeaturesBySlot.get(slotId); in addImsFeature()194 mFeaturesBySlot.put(slotId, features); in addImsFeature()202 synchronized (mFeaturesBySlot) { in addImsFeatureStatusCallback()204 SparseArray<ImsFeature> features = mFeaturesBySlot.get(slotId); in addImsFeatureStatusCallback()219 synchronized (mFeaturesBySlot) { in removeImsFeatureStatusCallback()221 SparseArray<ImsFeature> features = mFeaturesBySlot.get(slotId); in removeImsFeatureStatusCallback()235 synchronized (mFeaturesBySlot) { in removeImsFeature()[all …]
173 private final SparseArray<SparseArray<ImsFeature>> mFeaturesBySlot = new SparseArray<>(); field in ImsService296 return mFeaturesBySlot.get(slotId); in getFeatures()328 synchronized (mFeaturesBySlot) { in addImsFeatureStatusCallback()330 SparseArray<ImsFeature> features = mFeaturesBySlot.get(slotId); in addImsFeatureStatusCallback()345 synchronized (mFeaturesBySlot) { in removeImsFeatureStatusCallback()347 SparseArray<ImsFeature> features = mFeaturesBySlot.get(slotId); in removeImsFeatureStatusCallback()361 synchronized (mFeaturesBySlot) { in addImsFeature()363 SparseArray<ImsFeature> features = mFeaturesBySlot.get(slotId); in addImsFeature()367 mFeaturesBySlot.put(slotId, features); in addImsFeature()374 synchronized (mFeaturesBySlot) { in removeImsFeature()[all …]
57042 Landroid/telephony/ims/compat/ImsService;->mFeaturesBySlot:Landroid/util/SparseArray;57393 Landroid/telephony/ims/ImsService;->mFeaturesBySlot:Landroid/util/SparseArray;