Searched refs:testerName (Results 1 – 2 of 2) sorted by relevance
54 private ComponentName getTesterComponent (String testerName) { in getTesterComponent() argument55 if (testerName != null && !testerName.equals("")) { in getTesterComponent()56 ComponentName component = ComponentName.unflattenFromString(testerName); in getTesterComponent()58 Log.e(LOG_TAG, "Invalid component name supplied (" + testerName + "), using default"); in getTesterComponent()67 public boolean start (String testerName, String cmdLine, String caseList) { in start() argument70 ComponentName component = getTesterComponent(testerName); in start()77 cmdLine = testerName + " " + cmdLine + " --deqp-log-filename=" + m_logFileName; in start()
81 final String testerName = ""; in onStart() local87 remoteApi.start(testerName, m_cmdLine, null); in onStart()