Searched refs:mDataStore (Results 1 – 1 of 1) sorted by relevance
160 private final PersistentDataStore mDataStore = new PersistentDataStore(); field in InputManagerService745 synchronized (mDataStore) { in deliverInputDevicesChanged()867 synchronized (mDataStore) { in getTouchCalibrationForInputDevice()868 return mDataStore.getTouchCalibration(inputDeviceDescriptor, surfaceRotation); in getTouchCalibrationForInputDevice()889 synchronized (mDataStore) { in setTouchCalibrationForInputDevice()891 if (mDataStore.setTouchCalibration(inputDeviceDescriptor, surfaceRotation, in setTouchCalibrationForInputDevice()896 mDataStore.saveIfNeeded(); in setTouchCalibrationForInputDevice()1014 synchronized (mDataStore) { in updateKeyboardLayouts()1016 mDataStore.removeUninstalledKeyboardLayouts(availableKeyboardLayouts); in updateKeyboardLayouts()1018 mDataStore.saveIfNeeded(); in updateKeyboardLayouts()[all …]