Home
last modified time | relevance | path

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

/external/deqp/android/package/src/com/drawelements/deqp/execserver/
DExecService.java34 import com.drawelements.deqp.execserver.ExecServerActivity;
81 Intent launchIntent = new Intent(this, ExecServerActivity.class); in onStartCommand()
DExecServerActivity.java37 public class ExecServerActivity extends Activity { class