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