Searched refs:sInstanceMap (Results 1 – 3 of 3) sorted by relevance
54 private static SparseArray<InputMethodSettingValuesWrapper> sInstanceMap = new SparseArray<>(); field in InputMethodSettingValuesWrapper66 if (sInstanceMap.size() == 0) { in getInstance()68 sInstanceMap.put(requestUserId, valuesWrapper); in getInstance()72 if (sInstanceMap.indexOfKey(requestUserId) >= 0) { in getInstance()73 return sInstanceMap.get(requestUserId); in getInstance()77 sInstanceMap.put(context.getUserId(), valuesWrapper); in getInstance()
47 private static LongSparseArray<IrqDeviceMap> sInstanceMap = new LongSparseArray<>(1); field in IrqDeviceMap98 final int idx = sInstanceMap.indexOfKey(resId); in getInstance()100 return sInstanceMap.valueAt(idx); in getInstance()106 sInstanceMap.put(resId, irqDeviceMap); in getInstance()121 instanceMap = sInstanceMap; in dump()
379 private static final SparseArray<InputMethodManager> sInstanceMap = new SparseArray<>(); field in InputMethodManager1501 InputMethodManager instance = sInstanceMap.get(displayId); in forContextInternal()1510 sInstanceMap.put(displayId, instance); in forContextInternal()