Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DKeyCombinationManager.java47 private final ArrayList<TwoKeysCombinationRule> mActiveRules = new ArrayList(); field in KeyCombinationManager
160 final int count = mActiveRules.size(); in interceptKeyLocked()
168 forAllRules(mActiveRules, (rule)-> rule.cancel()); in interceptKeyLocked()
169 mActiveRules.clear(); in interceptKeyLocked()
188 mActiveRules.add(rule); in interceptKeyLocked()
207 mActiveRules.clear(); in interceptKeyLocked()
209 mActiveRules.add(mTriggeredRule); in interceptKeyLocked()
216 final TwoKeysCombinationRule rule = mActiveRules.get(index); in interceptKeyLocked()
219 mActiveRules.remove(index); in interceptKeyLocked()
235 for (final TwoKeysCombinationRule rule : mActiveRules) { in getKeyInterceptTimeout()
[all …]