Searched refs:sInstanceMap (Results 1 – 3 of 3) sorted by relevance
55 private static SparseArray<InputMethodSettingValuesWrapper> sInstanceMap = new SparseArray<>(); field in InputMethodSettingValuesWrapper67 if (sInstanceMap.size() == 0) { in getInstance()69 sInstanceMap.put(requestUserId, valuesWrapper); in getInstance()73 if (sInstanceMap.indexOfKey(requestUserId) >= 0) { in getInstance()74 return sInstanceMap.get(requestUserId); in getInstance()78 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()
405 private static final SparseArray<InputMethodManager> sInstanceMap = new SparseArray<>(); field in InputMethodManager1612 InputMethodManager instance = sInstanceMap.get(displayId); in forContextInternal()1621 sInstanceMap.put(displayId, instance); in forContextInternal()