Searched refs:mDataStore (Results 1 – 1 of 1) sorted by relevance
128 private final PersistentDataStore mDataStore = new PersistentDataStore(); field in InputManagerService700 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 …]