com.android.builder.model
Interface AdbOptions


public interface AdbOptions

Options for adb.


Method Summary
 java.util.Collection<java.lang.String> getInstallOptions()
          Returns the list of APK installation options.
 int getTimeOutInMs()
          Returns the time out used for all adb operations.
 

Method Detail

getTimeOutInMs

int getTimeOutInMs()
Returns the time out used for all adb operations.

Returns:
the time out in milliseconds.

getInstallOptions

java.util.Collection<java.lang.String> getInstallOptions()
Returns the list of APK installation options.