Searched refs:DROP_CACHE_COMMAND (Results 1 – 2 of 2) sorted by relevance
50 static final String DROP_CACHE_COMMAND = "echo 3 > /proc/sys/vm/drop_caches"; field in AppSetup72 getDevice().executeShellCommand(DROP_CACHE_COMMAND); in run()
65 verify(mTestDevice).executeShellCommand(eq(AppSetup.DROP_CACHE_COMMAND)); in testDropCachesOption_set()72 verify(mTestDevice, never()).executeShellCommand(eq(AppSetup.DROP_CACHE_COMMAND)); in testDropCachesOption_notSet()