SplitApkInstallerBase

public abstract class SplitApkInstallerBase
extends Object

java.lang.Object
   ↳ com.android.tradefed.device.server.SplitApkInstallerBase


สรุป

ช่อง

protected static final CharMatcher UNSAFE_PM_INSTALL_SESSION_SPLIT_NAME_CHARS

เครื่องมือสร้างที่ป้องกัน

SplitApkInstallerBase(IDevice device, String options)

วิธีการที่ได้รับการป้องกัน

String createMultiInstallSession(String options, long timeout, TimeUnit unit)
IDevice getDevice()
static String getOptions(boolean reInstall, installOptions)
String getOptions()
static String getOptions(boolean reInstall, boolean partialInstall, String applicationId, installOptions)
String getPrefix()
void installAbandon(String sessionId, long timeout, TimeUnit unit)
void installCommit(String sessionId, long timeout, TimeUnit unit)

ช่อง

UNSAFE_PM_INSTALL_SESSION_SPLIT_NAME_CHARS

protected static final CharMatcher UNSAFE_PM_INSTALL_SESSION_SPLIT_NAME_CHARS

เครื่องมือสร้างที่ป้องกัน

SplitApkInstallerBase

protected SplitApkInstallerBase (IDevice device, 
                String options)

พารามิเตอร์
device IDevice

options String

วิธีการที่ได้รับการป้องกัน

createMultiInstallSession

protected String createMultiInstallSession (String options, 
                long timeout, 
                TimeUnit unit)

พารามิเตอร์
options String

timeout long

unit TimeUnit

คิกรีเทิร์น
String

การขว้าง
AdbCommandRejectedException
InstallException
ShellCommandUnresponsiveException
TimeoutException

getDevice

protected IDevice getDevice ()

คิกรีเทิร์น
IDevice

getOptions

protected static String getOptions (boolean reInstall, 
                 installOptions)

พารามิเตอร์
reInstall boolean

installOptions

คิกรีเทิร์น
String

getOptions

protected String getOptions ()

คิกรีเทิร์น
String

getOptions

protected static String getOptions (boolean reInstall, 
                boolean partialInstall, 
                String applicationId, 
                 installOptions)

พารามิเตอร์
reInstall boolean

partialInstall boolean

applicationId String

installOptions

คิกรีเทิร์น
String

getPrefix

protected String getPrefix ()

คิกรีเทิร์น
String

installAbandon

protected void installAbandon (String sessionId, 
                long timeout, 
                TimeUnit unit)

พารามิเตอร์
sessionId String

timeout long

unit TimeUnit

การขว้าง
AdbCommandRejectedException
InstallException
ShellCommandUnresponsiveException
TimeoutException

installCommit

protected void installCommit (String sessionId, 
                long timeout, 
                TimeUnit unit)

พารามิเตอร์
sessionId String

timeout long

unit TimeUnit

การขว้าง
AdbCommandRejectedException
InstallException
ShellCommandUnresponsiveException
TimeoutException