Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/oem/
DMotorolaHiddenMenuKeySequence.java43 @VisibleForTesting final List<String> hiddenKeyPatternIntents = new ArrayList<>(); field in MotorolaHiddenMenuKeySequence
92 hiddenKeyPatternIntents, in MotorolaHiddenMenuKeySequence()
104 || hiddenKeyPatterns.size() != hiddenKeyPatternIntents.size() in MotorolaHiddenMenuKeySequence()
113 hiddenKeyPatternIntents.size()); in MotorolaHiddenMenuKeySequence()
129 || instance.hiddenKeyPatternIntents == null) { in handleKeyPattern()
135 return sendIntent(context, input, instance.hiddenKeyPatternIntents.get(i)); in handleKeyPattern()