Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java128 private final PersistentDataStore mDataStore = new PersistentDataStore(); field in InputManagerService
700 synchronized (mDataStore) { in deliverInputDevicesChanged()
743 synchronized (mDataStore) { in getTouchCalibrationForInputDevice()
744 return mDataStore.getTouchCalibration(inputDeviceDescriptor, surfaceRotation); in getTouchCalibrationForInputDevice()
765 synchronized (mDataStore) { in setTouchCalibrationForInputDevice()
767 if (mDataStore.setTouchCalibration(inputDeviceDescriptor, surfaceRotation, in setTouchCalibrationForInputDevice()
772 mDataStore.saveIfNeeded(); in setTouchCalibrationForInputDevice()
830 synchronized (mDataStore) { in updateKeyboardLayouts()
832 mDataStore.removeUninstalledKeyboardLayouts(availableKeyboardLayouts); in updateKeyboardLayouts()
834 mDataStore.saveIfNeeded(); in updateKeyboardLayouts()
[all …]