Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/BlobStoreTestUtils/src/com/android/utils/blob/
H A DUtils.java167 runShellCmd("cmd blob_store idle-maintenance"); in triggerIdleMaintenance()
189 public static String runShellCmd(String cmd) throws IOException { in runShellCmd() method in Utils