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