Searched refs:runOdrefresh (Results 1 – 1 of 1) sorted by relevance
139 CommandResult result = runOdrefresh(android, "--force-compile"); in testOdrefresh()150 CommandResult result = runOdrefresh(android, "--check"); in testOdrefresh()204 private CommandResult runOdrefresh(CommandRunner android, String command) throws Exception { in runOdrefresh() method in ComposTestCase