Home
last modified time | relevance | path

Searched refs:supportedModifier (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyboardShortcuts.java777 final int supportedModifier = mModifierList[i]; in getHumanReadableModifiers() local
778 if ((modifiers & supportedModifier) != 0) { in getHumanReadableModifiers()
780 mModifierNames.get(supportedModifier), in getHumanReadableModifiers()
781 mModifierDrawables.get(supportedModifier))); in getHumanReadableModifiers()
782 modifiers &= ~supportedModifier; in getHumanReadableModifiers()
H A DKeyboardShortcutListSearch.java1164 for (int supportedModifier : mModifierList) { in getHumanReadableModifiers()
1165 if ((modifiers & supportedModifier) != 0) { in getHumanReadableModifiers()
1167 mModifierNames.get(supportedModifier), in getHumanReadableModifiers()
1168 mModifierDrawables.get(supportedModifier))); in getHumanReadableModifiers()
1169 modifiers &= ~supportedModifier; in getHumanReadableModifiers()