Searched refs:SIMPLEPERF_PROC_ID_CMD (Results 1 – 1 of 1) sorted by relevance
47 private static final String SIMPLEPERF_PROC_ID_CMD = "pidof simpleperf"; field in SimpleperfHelper290 String simpleperfProcId = mUiDevice.executeShellCommand(SIMPLEPERF_PROC_ID_CMD); in isSimpleperfRunning()