StubCihaz
public class StubDevice
extends Object
implements IDevice
java.lang.Nesne |
↳ | com.android.tradefed.device.StubDevice |
Bilinen doğrudan alt sınıflar |
Bilinen dolaylı alt sınıflar |
Bir IDevice
saplama yer tutucu uygulaması.
Özet
Genel yöntemler |
---|
boolean | arePropertiesSet () |
void | createForward (int localPort, String remoteSocketName, IDevice.DeviceUnixSocketNamespace namespace) |
void | createForward (int localPort, int remotePort) |
void | createReverse (int remotePort, int localPort) |
void | executeShellCommand (String command, IShellOutputReceiver receiver, long maxTimeToOutputResponse, TimeUnit maxTimeUnits) |
void | executeShellCommand (String command, IShellOutputReceiver receiver) |
void | executeShellCommand (String command, IShellOutputReceiver receiver, int maxTimeToOutputResponse) Bu yöntem kullanımdan kaldırılmıştır. executeShellCommand(String, com.android.ddmlib.IShellOutputReceiver, long, TimeUnit) . |
void | executeShellCommand (String command, IShellOutputReceiver receiver, long maxTimeout, long maxTimeToOutputResponse, TimeUnit maxTimeUnits) |
| getAbis () |
String | getAvdName () |
String | getAvdPath () |
| getBattery (long freshnessTime, TimeUnit timeUnit) |
| getBattery () |
Integer | getBatteryLevel (long freshnessMs) Bu yöntem kullanımdan kaldırılmıştır. bunun yerine getBattery(long, TimeUnit) kullanın. |
Integer | getBatteryLevel () Bu yöntem kullanımdan kaldırılmıştır. bunun yerine getBattery() kullanın. |
Client | getClient (String applicationName) |
String | getClientName (int pid) |
Client[] | getClients () |
int | getDensity () |
FileListingService | getFileListingService () |
String | getLanguage () |
String | getMountPoint (String name) |
String | getName () |
| getProperties () Bu yöntem kullanımdan kaldırılmıştır. bunun yerine getSystemProperty(String) kullanın. |
String | getProperty (String name) |
String | getPropertyCacheOrSync (String name) Bu yöntem kullanımdan kaldırılmıştır. bunun yerine getProperty(String) kullanın. |
int | getPropertyCount () Bu yöntem kullanımdan kaldırılmıştır. neden olarak "uygulama ayrıntısı" ile ddmlib'de kullanımdan kaldırıldı. |
String | getPropertySync (String name) Bu yöntem kullanımdan kaldırılmıştır. bunun yerine getProperty(String) kullanın. |
String | getRegion () |
RawImage | getScreenshot () |
RawImage | getScreenshot (long timeout, TimeUnit unit) |
String | getSerialNumber () |
IDevice.DeviceState | getState () |
SyncService | getSyncService () |
ListenableFuture<String> | getSystemProperty (String name) |
AndroidVersion | getVersion () |
boolean | hasClients () |
void | installPackage (String packageFilePath, boolean reinstall, InstallReceiver receiver, long maxTimeout, long maxTimeToOutputResponse, TimeUnit maxTimeUnits, String... extraArgs) |
void | installPackage (String packageFilePath, boolean reinstall, InstallReceiver receiver, String... extraArgs) |
void | installPackage (String packageFilePath, boolean reinstall, String... extraArgs) |
void | installPackages ( apkFilePaths, boolean reinstall, extraArgs, long timeOutInMs, TimeUnit timeunit) installPackages ( apkFilePaths, boolean reinstall, extraArgs, long timeOutInMs, TimeUnit timeunit) installPackages ( apkFilePaths, boolean reinstall, extraArgs, long timeOutInMs, TimeUnit timeunit) |
void | installRemotePackage (String remoteFilePath, boolean reinstall, InstallReceiver receiver, long maxTimeout, long maxTimeToOutputResponse, TimeUnit maxTimeUnits, String... extraArgs) |
void | installRemotePackage (String remoteFilePath, boolean reinstall, InstallReceiver receiver, String... extraArgs) |
void | installRemotePackage (String remoteFilePath, boolean reinstall, String... extraArgs) |
boolean | isBootLoader () |
boolean | isEmulator () |
boolean | isOffline () |
boolean | isOnline () |
boolean | isRoot () |
void | pullFile (String remote, String local) |
void | pushFile (String local, String remote) |
void | reboot (String into) |
void | removeForward (int localPort) |
void | removeForward (int localPort, int remotePort) |
void | removeForward (int localPort, String remoteSocketName, IDevice.DeviceUnixSocketNamespace namespace) |
void | removeRemotePackage (String remoteFilePath) |
void | removeReverse (int remotePort) |
boolean | root () |
void | runEventLogService (LogReceiver receiver) |
void | runLogService (String logname, LogReceiver receiver) |
void | setSerial (String serial) |
void | startScreenRecorder (String remoteFilePath, ScreenRecorderOptions options, IShellOutputReceiver receiver) |
boolean | supportsFeature (IDevice.HardwareFeature arg0) |
boolean | supportsFeature (IDevice.Feature feature) |
String | syncPackageToDevice (String localFilePath) |
String | uninstallApp (String applicationID, String... extraArgs) |
String | uninstallPackage (String packageName) |
Kamu inşaatçıları
StubCihaz
public StubDevice (String serial)
parametreler |
---|
serial | String |
StubCihaz
public StubDevice (String serial,
boolean isEmulator)
parametreler |
---|
serial | String |
isEmulator | boolean |
Genel yöntemler
arePropertiesSet
public boolean arePropertiesSet ()
oluşturmakİleri
public void createForward (int localPort,
String remoteSocketName,
IDevice.DeviceUnixSocketNamespace namespace)
parametreler |
---|
localPort | int |
remoteSocketName | String |
namespace | IDevice.DeviceUnixSocketNamespace |
atar |
---|
AdbCommandRejectedException | |
TimeoutException | |
oluşturmakİleri
public void createForward (int localPort,
int remotePort)
parametreler |
---|
localPort | int |
remotePort | int |
atar |
---|
AdbCommandRejectedException | |
TimeoutException | |
oluşturmakTers
public void createReverse (int remotePort,
int localPort)
parametreler |
---|
remotePort | int |
localPort | int |
atar |
---|
AdbCommandRejectedException | |
TimeoutException | |
yürütmekShellKomut
public void executeShellCommand (String command,
IShellOutputReceiver receiver,
long maxTimeToOutputResponse,
TimeUnit maxTimeUnits)
parametreler |
---|
command | String |
receiver | IShellOutputReceiver |
maxTimeToOutputResponse | long |
maxTimeUnits | TimeUnit |
atar |
---|
AdbCommandRejectedException | |
ShellCommandUnresponsiveException | |
TimeoutException | |
yürütmekShellKomut
public void executeShellCommand (String command,
IShellOutputReceiver receiver)
parametreler |
---|
command | String |
receiver | IShellOutputReceiver |
atar |
---|
AdbCommandRejectedException | |
ShellCommandUnresponsiveException | |
TimeoutException | |
yürütmekShellKomut
public void executeShellCommand (String command,
IShellOutputReceiver receiver,
int maxTimeToOutputResponse)
Bu yöntem kullanımdan kaldırılmıştır.
executeShellCommand(String, com.android.ddmlib.IShellOutputReceiver, long, TimeUnit)
.
parametreler |
---|
command | String |
receiver | IShellOutputReceiver |
maxTimeToOutputResponse | int |
atar |
---|
AdbCommandRejectedException | |
ShellCommandUnresponsiveException | |
TimeoutException | |
yürütmekShellKomut
public void executeShellCommand (String command,
IShellOutputReceiver receiver,
long maxTimeout,
long maxTimeToOutputResponse,
TimeUnit maxTimeUnits)
parametreler |
---|
command | String |
receiver | IShellOutputReceiver |
maxTimeout | long |
maxTimeToOutputResponse | long |
maxTimeUnits | TimeUnit |
atar |
---|
AdbCommandRejectedException | |
ShellCommandUnresponsiveException | |
TimeoutException | |
getAbis
public getAbis ()
getAvdName
public String getAvdName ()
getAvdPath
public String getAvdPath ()
pil almak
public getBattery (long freshnessTime,
TimeUnit timeUnit)
parametreler |
---|
freshnessTime | long |
timeUnit | TimeUnit |
pil almak
public getBattery ()
getPilSeviyesi
public Integer getBatteryLevel (long freshnessMs)
Bu yöntem kullanımdan kaldırılmıştır.
bunun yerine getBattery(long, TimeUnit)
kullanın.
parametreler |
---|
freshnessMs | long |
atar |
---|
AdbCommandRejectedException | |
ShellCommandUnresponsiveException | |
TimeoutException | |
getPilSeviyesi
public Integer getBatteryLevel ()
Bu yöntem kullanımdan kaldırılmıştır.
bunun yerine getBattery()
kullanın.
atar |
---|
AdbCommandRejectedException | |
ShellCommandUnresponsiveException | |
TimeoutException | |
getClient
public Client getClient (String applicationName)
parametreler |
---|
applicationName | String |
getClientName
public String getClientName (int pid)
getClients
public Client[] getClients ()
yoğunluk
public int getDensity ()
getFileListingService
public FileListingService getFileListingService ()
İadeler |
---|
FileListingService | |
getLanguage
public String getLanguage ()
getMountPoint
public String getMountPoint (String name)
getName
public String getName ()
getProperty
public String getProperty (String name)
getPropertyCacheOrSync
public String getPropertyCacheOrSync (String name)
Bu yöntem kullanımdan kaldırılmıştır.
bunun yerine getProperty(String)
kullanın.
atar |
---|
AdbCommandRejectedException | |
ShellCommandUnresponsiveException | |
TimeoutException | |
getPropertyCount
public int getPropertyCount ()
Bu yöntem kullanımdan kaldırılmıştır.
neden olarak "uygulama ayrıntısı" ile ddmlib'de kullanımdan kaldırıldı.
getPropertySync
public String getPropertySync (String name)
Bu yöntem kullanımdan kaldırılmıştır.
bunun yerine getProperty(String)
kullanın.
atar |
---|
AdbCommandRejectedException | |
ShellCommandUnresponsiveException | |
TimeoutException | |
getRegion
public String getRegion ()
Ekran görüntüsü al
public RawImage getScreenshot ()
atar |
---|
AdbCommandRejectedException | |
TimeoutException | |
Ekran görüntüsü al
public RawImage getScreenshot (long timeout,
TimeUnit unit)
parametreler |
---|
timeout | long |
unit | TimeUnit |
atar |
---|
AdbCommandRejectedException | |
TimeoutException | |
getSeri Numarası
public String getSerialNumber ()
getState
public IDevice.DeviceState getState ()
İadeler |
---|
IDevice.DeviceState | |
getSyncService
public SyncService getSyncService ()
atar |
---|
AdbCommandRejectedException | |
TimeoutException | |
getSystemProperty
public ListenableFuture<String> getSystemProperty (String name)
İadeler |
---|
ListenableFuture<String> | |
getVersion
public AndroidVersion getVersion ()
hasMüşteriler
public boolean hasClients ()
kurulum paketi
public void installPackage (String packageFilePath,
boolean reinstall,
InstallReceiver receiver,
long maxTimeout,
long maxTimeToOutputResponse,
TimeUnit maxTimeUnits,
String... extraArgs)
parametreler |
---|
packageFilePath | String |
reinstall | boolean |
receiver | InstallReceiver |
maxTimeout | long |
maxTimeToOutputResponse | long |
maxTimeUnits | TimeUnit |
extraArgs | String |
kurulum paketi
public void installPackage (String packageFilePath,
boolean reinstall,
InstallReceiver receiver,
String... extraArgs)
parametreler |
---|
packageFilePath | String |
reinstall | boolean |
receiver | InstallReceiver |
extraArgs | String |
kurulum paketi
public void installPackage (String packageFilePath,
boolean reinstall,
String... extraArgs)
parametreler |
---|
packageFilePath | String |
reinstall | boolean |
extraArgs | String |
yükleme Paketleri
public void installPackages ( apkFilePaths,
boolean reinstall,
extraArgs,
long timeOutInMs,
TimeUnit timeunit)
parametreler |
---|
apkFilePaths | |
reinstall | boolean |
extraArgs | |
timeOutInMs | long |
timeunit | TimeUnit |
UzakPaketi kurun
public void installRemotePackage (String remoteFilePath,
boolean reinstall,
InstallReceiver receiver,
long maxTimeout,
long maxTimeToOutputResponse,
TimeUnit maxTimeUnits,
String... extraArgs)
parametreler |
---|
remoteFilePath | String |
reinstall | boolean |
receiver | InstallReceiver |
maxTimeout | long |
maxTimeToOutputResponse | long |
maxTimeUnits | TimeUnit |
extraArgs | String |
UzakPaketi kurun
public void installRemotePackage (String remoteFilePath,
boolean reinstall,
InstallReceiver receiver,
String... extraArgs)
parametreler |
---|
remoteFilePath | String |
reinstall | boolean |
receiver | InstallReceiver |
extraArgs | String |
UzakPaketi kurun
public void installRemotePackage (String remoteFilePath,
boolean reinstall,
String... extraArgs)
parametreler |
---|
remoteFilePath | String |
reinstall | boolean |
extraArgs | String |
Önyükleyici
public boolean isBootLoader ()
emülatör
public boolean isEmulator ()
çevrim dışı
public boolean isOffline ()
çevrimiçi
public boolean isOnline ()
Kök
public boolean isRoot ()
atar |
---|
AdbCommandRejectedException | |
ShellCommandUnresponsiveException | |
TimeoutException | |
çekme dosyası
public void pullFile (String remote,
String local)
parametreler |
---|
remote | String |
local | String |
atar |
---|
AdbCommandRejectedException | |
SyncException | |
TimeoutException | |
pushFile
public void pushFile (String local,
String remote)
parametreler |
---|
local | String |
remote | String |
atar |
---|
AdbCommandRejectedException | |
SyncException | |
TimeoutException | |
yeniden başlat
public void reboot (String into)
atar |
---|
AdbCommandRejectedException | |
TimeoutException | |
kaldırİleri
public void removeForward (int localPort)
parametreler |
---|
localPort | int |
atar |
---|
AdbCommandRejectedException | |
TimeoutException | |
kaldırİleri
public void removeForward (int localPort,
int remotePort)
parametreler |
---|
localPort | int |
remotePort | int |
atar |
---|
AdbCommandRejectedException | |
TimeoutException | |
kaldırİleri
public void removeForward (int localPort,
String remoteSocketName,
IDevice.DeviceUnixSocketNamespace namespace)
parametreler |
---|
localPort | int |
remoteSocketName | String |
namespace | IDevice.DeviceUnixSocketNamespace |
atar |
---|
AdbCommandRejectedException | |
TimeoutException | |
UzakPaketi kaldır
public void removeRemotePackage (String remoteFilePath)
parametreler |
---|
remoteFilePath | String |
kaldırTers
public void removeReverse (int remotePort)
parametreler |
---|
remotePort | int |
atar |
---|
AdbCommandRejectedException | |
TimeoutException | |
kök
public boolean root ()
atar |
---|
AdbCommandRejectedException | |
ShellCommandUnresponsiveException | |
TimeoutException | |
runEventLogService
public void runEventLogService (LogReceiver receiver)
parametreler |
---|
receiver | LogReceiver |
atar |
---|
AdbCommandRejectedException | |
TimeoutException | |
runLogService
public void runLogService (String logname,
LogReceiver receiver)
parametreler |
---|
logname | String |
receiver | LogReceiver |
atar |
---|
AdbCommandRejectedException | |
TimeoutException | |
setSeri
public void setSerial (String serial)
parametreler |
---|
serial | String |
startScreenRecorder
public void startScreenRecorder (String remoteFilePath,
ScreenRecorderOptions options,
IShellOutputReceiver receiver)
parametreler |
---|
remoteFilePath | String |
options | ScreenRecorderOptions |
receiver | IShellOutputReceiver |
atar |
---|
AdbCommandRejectedException | |
ShellCommandUnresponsiveException | |
TimeoutException | |
desteklerÖzellik
public boolean supportsFeature (IDevice.HardwareFeature arg0)
parametreler |
---|
arg0 | IDevice.HardwareFeature |
desteklerÖzellik
public boolean supportsFeature (IDevice.Feature feature)
parametreler |
---|
feature | IDevice.Feature |
syncPackageToDevice
public String syncPackageToDevice (String localFilePath)
parametreler |
---|
localFilePath | String |
atar |
---|
AdbCommandRejectedException | |
SyncException | |
TimeoutException | |
uygulamayı kaldır
public String uninstallApp (String applicationID,
String... extraArgs)
parametreler |
---|
applicationID | String |
extraArgs | String |
Kaldırma Paketi
public String uninstallPackage (String packageName)
parametreler |
---|
packageName | String |