Home
last modified time | relevance | path

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

/packages/modules/Virtualization/compos/tests/java/android/compos/test/
DComposTestCase.java139 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