Searched refs:deviceMethodId (Results 1 – 1 of 1) sorted by relevance
2089 final String deviceMethodId = computeCurrentDeviceMethodIdLocked( in startInputUncheckedLocked() local2091 if (deviceMethodId == null) { in startInputUncheckedLocked()2093 } else if (!Objects.equals(deviceMethodId, selectedMethodId)) { in startInputUncheckedLocked()2094 setInputMethodLocked(deviceMethodId, NOT_A_SUBTYPE_INDEX, in startInputUncheckedLocked()2096 selectedMethodId = deviceMethodId; in startInputUncheckedLocked()2233 final String deviceMethodId = mVirtualDeviceMethodMap.get(newDeviceId, currentMethodId); in computeCurrentDeviceMethodIdLocked() local2234 if (Objects.equals(deviceMethodId, currentMethodId)) { in computeCurrentDeviceMethodIdLocked()2236 } else if (!settings.getMethodMap().containsKey(deviceMethodId)) { in computeCurrentDeviceMethodIdLocked()2240 newDeviceId, deviceMethodId); in computeCurrentDeviceMethodIdLocked()2251 currentMethodId, deviceMethodId, displayIdToShowIme, newDeviceId); in computeCurrentDeviceMethodIdLocked()[all …]