Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java2264 final int newDeviceId = mVdmInternal.getDeviceIdForDisplayId(displayIdToShowIme); in computeCurrentDeviceMethodIdLocked() local
2265 bindingController.setDeviceIdToShowIme(newDeviceId); in computeCurrentDeviceMethodIdLocked()
2266 if (newDeviceId == DEVICE_ID_DEFAULT) { in computeCurrentDeviceMethodIdLocked()
2278 final String deviceMethodId = mVirtualDeviceMethodMap.get(newDeviceId, currentMethodId); in computeCurrentDeviceMethodIdLocked()
2283 Slog.v(TAG, "Disabling IME on virtual device with id " + newDeviceId in computeCurrentDeviceMethodIdLocked()
2298 + displayIdToShowIme + " belongs to device with id " + newDeviceId); in computeCurrentDeviceMethodIdLocked()