Searched refs:oldLayout (Results 1 – 2 of 2) sorted by relevance
1656 String oldLayout = mDataStore.getCurrentKeyboardLayout(key); in addKeyboardLayoutForInputDevice() local1657 if (oldLayout == null && !key.equals(identifier.getDescriptor())) { in addKeyboardLayoutForInputDevice()1658 oldLayout = mDataStore.getCurrentKeyboardLayout(identifier.getDescriptor()); in addKeyboardLayoutForInputDevice()1661 && !Objects.equals(oldLayout, in addKeyboardLayoutForInputDevice()1685 String oldLayout = mDataStore.getCurrentKeyboardLayout(key); in removeKeyboardLayoutForInputDevice() local1686 if (oldLayout == null && !key.equals(identifier.getDescriptor())) { in removeKeyboardLayoutForInputDevice()1687 oldLayout = mDataStore.getCurrentKeyboardLayout(identifier.getDescriptor()); in removeKeyboardLayoutForInputDevice()1695 if (removed && !Objects.equals(oldLayout, in removeKeyboardLayoutForInputDevice()
668 final Layout oldLayout = mCurrentLayout; in applyLayoutLocked() local670 Slog.i(TAG, "Applying layout: " + mCurrentLayout + ", Previous layout: " + oldLayout); in applyLayoutLocked()