Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java2142 final String deviceMethodId = computeCurrentDeviceMethodIdLocked(bindingController.mUserId, in startInputUncheckedLocked() local
2144 if (deviceMethodId == null) { in startInputUncheckedLocked()
2146 } else if (!Objects.equals(deviceMethodId, selectedMethodId)) { in startInputUncheckedLocked()
2147 setInputMethodLocked(deviceMethodId, NOT_A_SUBTYPE_ID, in startInputUncheckedLocked()
2149 selectedMethodId = deviceMethodId; in startInputUncheckedLocked()
2278 final String deviceMethodId = mVirtualDeviceMethodMap.get(newDeviceId, currentMethodId); in computeCurrentDeviceMethodIdLocked() local
2279 if (Objects.equals(deviceMethodId, currentMethodId)) { in computeCurrentDeviceMethodIdLocked()
2281 } else if (!settings.getMethodMap().containsKey(deviceMethodId)) { in computeCurrentDeviceMethodIdLocked()
2284 + " because its custom input method is not available: " + deviceMethodId); in computeCurrentDeviceMethodIdLocked()
2297 + " to device-specific one " + deviceMethodId + " because the current display " in computeCurrentDeviceMethodIdLocked()
[all …]