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.java152 private final PersistentDataStore mDataStore = new PersistentDataStore(); field in InputManagerService
732 synchronized (mDataStore) { in deliverInputDevicesChanged()
854 synchronized (mDataStore) { in getTouchCalibrationForInputDevice()
855 return mDataStore.getTouchCalibration(inputDeviceDescriptor, surfaceRotation); in getTouchCalibrationForInputDevice()
876 synchronized (mDataStore) { in setTouchCalibrationForInputDevice()
878 if (mDataStore.setTouchCalibration(inputDeviceDescriptor, surfaceRotation, in setTouchCalibrationForInputDevice()
883 mDataStore.saveIfNeeded(); in setTouchCalibrationForInputDevice()
1001 synchronized (mDataStore) { in updateKeyboardLayouts()
1003 mDataStore.removeUninstalledKeyboardLayouts(availableKeyboardLayouts); in updateKeyboardLayouts()
1005 mDataStore.saveIfNeeded(); in updateKeyboardLayouts()
[all …]