Searched refs:getCommandTrie (Results 1 – 2 of 2) sorted by relevance
220 RegexTrie<Runnable> trie = mConsole.getCommandTrie(); in testRunCommand()240 RegexTrie<Runnable> trie = mConsole.getCommandTrie(); in testRunCommand_shortcut()264 RegexTrie<Runnable> trie = mConsole.getCommandTrie(); in testRunCommand_startsWithCommand()
193 RegexTrie<Runnable> getCommandTrie() { in getCommandTrie() method in Console