Searched defs:testerName (Results 1 - 1 of 1) sorted by relevance

/external/deqp/android/package/src/com/drawelements/deqp/testercore/
H A DRemoteAPI.java54 private ComponentName getTesterComponent (String testerName) { argument
55 if (testerName != null && !testerName.equals("")) {
56 ComponentName component = ComponentName.unflattenFromString(testerName);
58 Log.e(LOG_TAG, "Invalid component name supplied (" + testerName + "), using default");
67 public boolean start (String testerName, String cmdLine, String caseList) { argument
70 ComponentName component = getTesterComponent(testerName);
77 cmdLine = testerName + " " + cmdLine + " --deqp-log-filename=" + m_logFileName;

Completed in 182 milliseconds