Searched refs:simpleperfProcId (Results 1 – 1 of 1) sorted by relevance
290 String simpleperfProcId = mUiDevice.executeShellCommand(SIMPLEPERF_PROC_ID_CMD); in isSimpleperfRunning() local291 Log.i(LOG_TAG, String.format("Simpleperf process id - %s", simpleperfProcId)); in isSimpleperfRunning()292 if (simpleperfProcId.isEmpty()) { in isSimpleperfRunning()