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

/external/deqp/android/package/src/com/drawelements/deqp/testercore/
H A DRemoteAPI.java56 private ComponentName getTesterComponent (String testerName) { argument
57 if (testerName != null && !testerName.equals("")) {
58 ComponentName component = ComponentName.unflattenFromString(testerName);
60 Log.e(LOG_TAG, "Invalid component name supplied (" + testerName + "), using default");
69 public boolean start (String testerName, String cmdLine, String caseList) { argument
72 ComponentName component = getTesterComponent(testerName);
79 cmdLine = testerName + " " + cmdLine + " --deqp-log-filename=" + m_logFileName;
H A DDeqpInstrumentation.java91 final String testerName = "";
97 remoteApi.start(testerName, m_cmdLine, null);

Completed in 65 milliseconds