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

/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java121 private final PersistentDataStore mDataStore = new PersistentDataStore(); field in class:InputManagerService
672 synchronized (mDataStore) {
675 if (mDataStore.getCurrentKeyboardLayout(inputDevice.getDescriptor()) == null) {
744 synchronized (mDataStore) {
746 mDataStore.removeUninstalledKeyboardLayouts(availableKeyboardLayouts);
748 mDataStore.saveIfNeeded();
903 synchronized (mDataStore) {
904 return mDataStore.getCurrentKeyboardLayout(inputDeviceDescriptor);
922 synchronized (mDataStore) {
924 if (mDataStore
[all...]

Completed in 29 milliseconds