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