public class AndroidInfoHelpers
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEVICE_LOCALHOST |
static java.lang.String |
EMULATOR_LOCALHOST |
static java.lang.String |
GENYMOTION_LOCALHOST |
static java.lang.String |
METRO_HOST_PROP_NAME |
Constructor and Description |
---|
AndroidInfoHelpers() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getAdbReverseTcpCommand(android.content.Context context) |
static java.lang.String |
getAdbReverseTcpCommand(java.lang.Integer port) |
static java.lang.String |
getFriendlyDeviceName() |
static java.lang.String |
getInspectorProxyHost(android.content.Context context) |
static java.lang.String |
getServerHost(android.content.Context context) |
static java.lang.String |
getServerHost(java.lang.Integer port) |
public static final java.lang.String EMULATOR_LOCALHOST
public static final java.lang.String GENYMOTION_LOCALHOST
public static final java.lang.String DEVICE_LOCALHOST
public static final java.lang.String METRO_HOST_PROP_NAME
public static java.lang.String getServerHost(java.lang.Integer port)
public static java.lang.String getServerHost(android.content.Context context)
public static java.lang.String getAdbReverseTcpCommand(java.lang.Integer port)
public static java.lang.String getAdbReverseTcpCommand(android.content.Context context)
public static java.lang.String getInspectorProxyHost(android.content.Context context)
public static java.lang.String getFriendlyDeviceName()