-
public class AndroidInfoHelpers
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringEMULATOR_LOCALHOSTpublic final static StringGENYMOTION_LOCALHOSTpublic final static StringDEVICE_LOCALHOSTpublic final static StringMETRO_HOST_PROP_NAME
-
Method Summary
Modifier and Type Method Description static StringgetServerHost(Integer port)static StringgetServerHost(Context context)static StringgetAdbReverseTcpCommand(Integer port)static StringgetAdbReverseTcpCommand(Context context)static StringgetInspectorProxyHost(Context context)static StringgetFriendlyDeviceName()-
-
Method Detail
-
getServerHost
static String getServerHost(Integer port)
-
getServerHost
static String getServerHost(Context context)
-
getAdbReverseTcpCommand
static String getAdbReverseTcpCommand(Integer port)
-
getAdbReverseTcpCommand
static String getAdbReverseTcpCommand(Context context)
-
getInspectorProxyHost
static String getInspectorProxyHost(Context context)
-
getFriendlyDeviceName
static String getFriendlyDeviceName()
-
-
-
-