HomeSort by relevance Sort by last modified time
    Searched refs:EmulatorConnectionType (Results 1 - 2 of 2) sorted by null

  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
EmulatorConnection.java 68 public enum EmulatorConnectionType {
92 private EmulatorConnectionType mConnectionType;
526 * Caller must call {@link #connect(int, EmulatorConnectionType)} afterwards.
545 public EmulatorConnection connect(int port, EmulatorConnectionType ctype) {
574 private void constructEmulator(final int port, EmulatorConnectionType ctype) {
808 if (mConnectionType == EmulatorConnectionType.ASYNC_CONNECTION) {
    [all...]
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/service/
ControllerService.java 41 import com.android.tools.sdkcontroller.lib.EmulatorConnection.EmulatorConnectionType;
276 mCnx.connect(mHandler.getPort(), EmulatorConnectionType.SYNC_CONNECTION);

Completed in 914 milliseconds