Home
last modified time | relevance | path

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

/external/deqp/android/package/src/com/drawelements/deqp/testercore/
DRemoteAPI.java54 private ComponentName getTesterComponent (String testerName) { in getTesterComponent() argument
55 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() argument
70 ComponentName component = getTesterComponent(testerName); in start()
77 cmdLine = testerName + " " + cmdLine + " --deqp-log-filename=" + m_logFileName; in start()
DDeqpInstrumentation.java81 final String testerName = ""; in onStart() local
87 remoteApi.start(testerName, m_cmdLine, null); in onStart()